{
  "name": "CASSETTE — Digital Mixtape",
  "short_name": "CASSETTE",
  "description": "Make a digital mixtape, send it via link. No signup needed.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#060408",
  "theme_color": "#D4882A",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192 512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/logo.png",
      "sizes": "192x192 512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["music", "lifestyle"],
  "shortcuts": [
    {
      "name": "Make a tape",
      "short_name": "New tape",
      "description": "Start creating a new digital mixtape",
      "url": "/create",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect fill='%23D4882A' width='96' height='96'/%3E%3Ctext x='48' y='68' font-size='60' text-anchor='middle' fill='%23060408' font-family='sans-serif'%3E%2B%3C/text%3E%3C/svg%3E",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
