{
  "name": "HENRY — Personal AI Assistant",
  "short_name": "HENRY",
  "description": "Your personal AI assistant for priorities, decisions, notes, and follow-through.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#050b1a",
  "theme_color": "#0b1d3a",
  "orientation": "any",
  "categories": ["productivity", "utilities"],
  "icon_cache_version": "11",
  "icons": [
    {
      "src": "/icons/icon-128.png?v=11",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-48.png?v=11",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-16.png?v=11",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-32.png?v=11",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-180.png?v=11",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png?v=11",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png?v=11",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png?v=11",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Open HENRY",
      "short_name": "Assistant",
      "description": "Open your HENRY assistant workspace",
      "url": "/?summon=true",
      "icons": [
        {
          "src": "/icons/icon-192.png?v=11",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "/?share=true",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "text": "text",
      "title": "title",
      "url": "url"
    }
  }
}
