{
  "id": "/?source=pwa",
  "name": "Wallet Pilot — AI Subscription Manager",
  "short_name": "Wallet Pilot",
  "description": "AI subscription manager that scans your inbox, finds every recurring bill, and helps you cancel what you don't use. Save hundreds a year.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "orientation": "any",
  "background_color": "#0b1424",
  "theme_color": "#0b1424",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["finance", "productivity", "lifestyle", "utilities", "business"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "prefer_related_applications": false,
  "related_applications": [],
  "scope_extensions": [{ "origin": "https://mypilotwallet.app" }, { "origin": "https://www.mypilotwallet.app" }],
  "handle_links": "preferred",
  "launch_handler": { "client_mode": ["navigate-existing", "auto"] },
  "edge_side_panel": { "preferred_width": 480 },
  "permissions_policy": { "geolocation": [], "camera": [] },
  "icons": [
    { "src": "/icon-64.png", "sizes": "64x64", "type": "image/png", "purpose": "any" },
    { "src": "/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "/icon-144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icon-180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "monochrome" }
  ],
  "screenshots": [
    { "src": "/screenshot-wide.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide", "label": "Wallet Pilot dashboard on desktop" },
    { "src": "/screenshot-narrow.png", "sizes": "720x1280", "type": "image/png", "form_factor": "narrow", "label": "Wallet Pilot dashboard on mobile" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "short_name": "Dashboard", "description": "Open your subscription dashboard", "url": "/dashboard?source=pwa-shortcut", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Budget", "short_name": "Budget", "description": "Manage your monthly budget", "url": "/budget?source=pwa-shortcut", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Insights", "short_name": "Insights", "description": "AI spending insights", "url": "/insights?source=pwa-shortcut", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "Chat with advisor", "short_name": "Chat", "description": "Talk to your AI financial advisor", "url": "/chat?source=pwa-shortcut", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "share_target": {
    "action": "/dashboard",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "protocol_handlers": [
    { "protocol": "web+walletpilot", "url": "/dashboard?cmd=%s" }
  ],
  "file_handlers": [
    {
      "action": "/dashboard",
      "accept": { "text/csv": [".csv"] },
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "widgets": [
    {
      "name": "Subscription Summary",
      "short_name": "Subscriptions",
      "description": "Your top recurring subscriptions and monthly total at a glance.",
      "tag": "wallet-pilot-subscriptions",
      "template": "wallet-pilot-subscriptions",
      "ms_ac_template": "/widgets/subscriptions-template.json",
      "data": "/widgets/subscriptions-data.json",
      "type": "application/json",
      "screenshots": [
        { "src": "/screenshot-narrow.png", "sizes": "720x1280", "label": "Subscription widget preview" }
      ],
      "icons": [
        { "src": "/widgets/widget-icon-96.png", "sizes": "96x96", "type": "image/png" }
      ],
      "auth": false,
      "update": 86400,
      "multiple": false,
      "backgrounds": []
    }
  ]
}
