{
  "name": "TryTokka",
  "short_name": "TryTokka",
  "id": "/",
  "description": "AI API spend monitoring for seven providers, with daily sync and threshold emails.",
  "start_url": "/login?redirectTo=/dashboard",
  "scope": "/",
  "lang": "en-US",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "prefer_related_applications": false,
  "background_color": "#080C0B",
  "theme_color": "#34E89A",
  "orientation": "any",
  "icons": [
    { "src": "./icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-96.png", "sizes": "96x96", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-72.png", "sizes": "72x72", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-48.png", "sizes": "48x48", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-32.png", "sizes": "32x32", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-16.png", "sizes": "16x16", "type": "image/png", "purpose": "any" },
    { "src": "./icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Open dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Spend alerts",
      "short_name": "Alerts",
      "url": "/dashboard/alerts",
      "icons": [{ "src": "./icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "./og/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "TryTokka spend dashboard"
    }
  ],
  "categories": ["finance", "productivity", "utilities"]
}
