{
  "name": "GachaDex",
  "short_name": "GachaDex",
  "description": "The receipt your gacha games never gave you — track pulls, pity, and spending across games.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#edefe8",
  "theme_color": "#edefe8",
  "categories": ["utilities", "productivity", "games"],
  "icons": [
    {
      "src": "/favicon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    { "name": "Log a pull", "url": "/pulls" },
    { "name": "Log a purchase", "url": "/investments" },
    { "name": "Dailies", "url": "/dailies" }
  ]
}
