{
  "name": "Dr Blender – Blend Your Mix",
  "short_name": "DrBlender",
  "description": "Music identification service for DJs, producers and music lovers",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0A0A0A",
  "theme_color": "#CC0033",
  "orientation": "portrait-primary",
  "lang": "en",
  "categories": ["music", "entertainment", "utilities"],
  "icons": [
    { "src": "/favicon-16x16.png",          "sizes": "16x16",   "type": "image/png", "purpose": "any" },
    { "src": "/favicon-32x32.png",          "sizes": "32x32",   "type": "image/png", "purpose": "any" },
    { "src": "/favicon-48x48.png",          "sizes": "48x48",   "type": "image/png", "purpose": "any" },
    { "src": "/favicon-96x96.png",          "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/apple-touch-icon.png",       "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-192.png",               "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png",               "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Blend a Mix",
      "short_name": "Blend",
      "description": "Identify tracks in your DJ mix",
      "url": "/blend",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My Blends",
      "short_name": "History",
      "description": "View your blend history",
      "url": "/account/blends",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Pricing",
      "short_name": "Plans",
      "description": "View blend plans and pricing",
      "url": "/pricing",
      "icons": [{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
