{
  "name": "Clout — The Proving",
  "short_name": "Clout",
  "description": "A weekly challenge league. Film the dare, climb the boards, build a record that belongs to you.",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0A0A0C",
  "theme_color": "#0A0A0C",
  "categories": ["sports", "entertainment", "social"],
  "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-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "This week's challenge", "url": "/", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "The Verdict", "url": "/verdict" },
    { "name": "Standings", "url": "/leagues" },
    { "name": "My record", "url": "/settings" }
  ],
  "share_target": {
    "action": "/submit",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "files": [{ "name": "clip", "accept": ["video/*", "image/*"] }]
    }
  }
}
