{
  "name": "Nostradamus — The AI Stock Oracle",
  "short_name": "Nostradamus",
  "description": "In-browser AI stock prediction powered by TensorFlow.js. Track, predict, and analyze stocks entirely in your browser.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#0f1117",
  "orientation": "any",
  "scope": "./",
  "lang": "en-US",
  "categories": ["finance", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "./#dashboard",
      "description": "View stock dashboard"
    },
    {
      "name": "Watchlist",
      "url": "./#watchlist",
      "description": "View your watchlist"
    }
  ]
}
