{
  "id": "/?source=pwa",
  "name": "Tip Your Cap",
  "short_name": "TipYourCap",
  "description": "Track, catalogue, and share your scally cap collection. Log every wear, build your rotation streak, and compete in The Wear-Off.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0a0a09",
  "theme_color": "#0a0a09",
  "categories": ["lifestyle", "social", "entertainment"],
  "icons": [
    { "src": "/icon-192.png",          "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png",          "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192-maskable.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Today",     "short_name": "Today",     "url": "/today",     "description": "Your rotation and what to wear today" },
    { "name": "Catalog",   "short_name": "Catalog",   "url": "/catalog",   "description": "Browse the community cap catalog" },
    { "name": "Wear-Off",  "short_name": "Wear-Off",  "url": "/the-wear-off", "description": "Bracket competition decided by real wears" }
  ],
  "prefer_related_applications": false
}
