{
  "name": "SmartGuy",
  "short_name": "SmartGuy",
  "description": "Right-hand AI assistant — voice control your PCs from anywhere",
  "id": "/tablet.html",
  "start_url": "/tablet.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a1410",
  "theme_color": "#0a1410",
  "categories": ["productivity", "utilities"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Voice",
      "short_name": "Voice",
      "description": "Open the voice tab to talk to SmartGuy",
      "url": "/tablet.html?view=voice",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Brain",
      "short_name": "Brain",
      "description": "Open SmartGuy brain stats",
      "url": "/tablet.html?view=brain",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
