{
  "name": "SubsHub",
  "short_name": "SubsHub",
  "description": "All your subscriptions in one place. Catch trial-traps before they bill, spot duplicate plans, and cancel cleanly without linking your bank.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#13110f",
  "theme_color": "#13110f",
  "categories": ["finance", "productivity", "utilities"],
  "icons": [
    {
      "src": "/brand/subshub-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "What's renewing and what needs attention",
      "url": "/dashboard"
    },
    {
      "name": "Next renewals widget",
      "short_name": "Renewals",
      "description": "Three closest upcoming renewals",
      "url": "/widget/next-renewals"
    },
    {
      "name": "This-week spend widget",
      "short_name": "This week",
      "description": "Total billed in the next 7 days",
      "url": "/widget/this-week-spend"
    },
    {
      "name": "Subscriptions",
      "short_name": "Subs",
      "description": "Every subscription you're tracking",
      "url": "/subscriptions"
    }
  ]
}
