{
  "name": "J.A.R.V.I.S. Console",
  "short_name": "JARVIS",
  "description": "Sovereign AI Console - Mark XLVII (DM149 PWA shell)",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "orientation": "any",
  "background_color": "#05080f",
  "theme_color": "#0a0e1a",
  "lang": "th",
  "dir": "ltr",
  "id": "jarvisrj-amjarvis-ai",
  "icons": [
    {
      "src": "/static/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/static/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/static/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Research inbox",
      "short_name": "Research",
      "description": "Tonight's curated AI/MCP research items",
      "url": "/?tab=research",
      "icons": [
        {
          "src": "/static/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Reasoner",
      "short_name": "Reason",
      "description": "Live agent reasoning stream",
      "url": "/?tab=reason",
      "icons": [
        {
          "src": "/static/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Cost dashboard",
      "short_name": "Cost",
      "description": "Anthropic + Opus sub-cap usage today",
      "url": "/?tab=cost",
      "icons": [
        {
          "src": "/static/icon-192.svg",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "categories": [
    "productivity",
    "utilities",
    "developer"
  ],
  "prefer_related_applications": false
}
