{
  "name": "Jarvis",
  "short_name": "Jarvis",
  "description": "Mobile-first Jarvis shell for text and hold-to-talk turns over WebSocket.",
  "id": "./",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "./?source=pwa",
  "scope": "./",
  "background_color": "#0A0A0C",
  "theme_color": "#0A0A0C",
  "lang": "en-US",
  "categories": ["productivity", "utilities"],
  "share_target": {
    "action": "./",
    "method": "GET",
    "params": {
      "title": "shareTitle",
      "text": "shareText",
      "url": "shareUrl"
    }
  },
  "shortcuts": [
    {
      "name": "Today",
      "short_name": "Today",
      "description": "Ask Jarvis what needs attention today.",
      "url": "./?prompt=What's%20my%20day%20look%20like%3F",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Attention",
      "short_name": "Attention",
      "description": "Ask Jarvis what needs attention now.",
      "url": "./?prompt=What%20needs%20my%20attention%20now%3F",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "./icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
