{
  "id": "/",
  "name": "Ritual Runway",
  "short_name": "Ritual Runway",
  "description": "Bank-free budgeting that thinks in paychecks, not months.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#13131A",
  "theme_color": "#2A2A2E",
  "orientation": "portrait-primary",
  "categories": ["finance", "productivity", "lifestyle"],
  "lang": "en-US",
  "dir": "ltr",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-narrow.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard: see what this paycheck covers and how many days remain"
    },
    {
      "src": "/screenshots/dashboard-wide.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard: full payday ritual view with bills and runway"
    }
  ],
  "shortcuts": [
    {
      "name": "Run the ritual",
      "short_name": "Ritual",
      "description": "Open the payday ritual checklist.",
      "url": "/dashboard?tab=ritual",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Bills",
      "short_name": "Bills",
      "description": "Assign bills to paychecks.",
      "url": "/dashboard?tab=bills",
      "icons": [{ "src": "/icon.png", "sizes": "192x192" }]
    }
  ]
}
