{
  "name": "Haptics Music Player",
  "short_name": "Haptics Music",
  "description": "A music player with haptic feedback and advanced audio features",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1f1f22",
  "theme_color": "#eab308",
  "icons": [
    {
      "src": "logo.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "logo.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    },
    {
      "src": "logo+bg.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "logo+bg.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "logo+bg+white.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "monochrome"
    },
    {
      "src": "logo+bg+white.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "monochrome"
    }
  ],
  "orientation": "portrait",
  "categories": ["music", "entertainment"],
  "screenshots": [
    {
      "src": "screenshot-mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "form_factor": "narrow"
    },
    {
      "src": "screenshot-mobile-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "form_factor": "narrow"
    },
    {
      "src": "screenshot.png",
      "sizes": "1080x720",
      "type": "image/png",
      "platform": "wide",
      "form_factor": "wide"
    }
  ],
  "lang": "en-US",
  "scope": "/",
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Play/Pause",
      "url": "/",
      "icons": [{ "src": "logo.png", "sizes": "512x512" }]
    },
    {
      "name": "Library",
      "url": "/library",
      "icons": [{ "src": "logo.png", "sizes": "512x512" }]
    }
  ],
  "related_applications": [],
  "protocol_handlers": [
    {
      "protocol": "web+music",
      "url": "/?url=%s"
    }
  ],
  "permissions": ["storage", "audio-capture"]
}
