{
  "_note": "Add-to-home-screen manifest. The 192 and 512 icons are upscaled from assets/apple-touch-icon.png (180x180), which is the largest logo art that exists in this repo. They are correct sizes and will install fine, but 512 in particular is soft because there is no higher-resolution source to make it from. Replace both with real exports when there is one, and do not add a maskable icon until the art actually has safe padding for it -- declaring maskable on art that does not will get the logo cropped into a circle on Android.",
  "name": "Brokehella",
  "short_name": "Brokehella",
  "description": "A festival the crowd actually built. Vote for who plays, pledge what you would really pay, and see every number that says whether it happens.",
  "start_url": "/?source=homescreen",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#060807",
  "theme_color": "#060807",
  "lang": "en",
  "categories": ["music", "entertainment", "social"],
  "icons": [
    { "src": "/assets/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/assets/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/assets/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" }
  ],
  "shortcuts": [
    {
      "name": "Become a DJ",
      "short_name": "Studio",
      "description": "Make a beat in the browser",
      "url": "/dj.html?source=homescreen"
    },
    {
      "name": "The Pledge",
      "short_name": "Pledge",
      "description": "Vote and say what you would pay",
      "url": "/pledge.html?source=homescreen"
    }
  ]
}
