{
  "name": "HNMG Record",
  "short_name": "HNMG Record",
  "description": "Stream millions of songs, discover new music, and enjoy the best online music experience",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#14b8a6",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["music", "entertainment"],
  "shortcuts": [
    {
      "name": "Search Music",
      "short_name": "Search",
      "description": "Search for songs, artists, and albums",
      "url": "/search",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    },
    {
      "name": "Charts",
      "short_name": "Charts",
      "description": "View trending music charts",
      "url": "/charts",
      "icons": [{ "src": "/logo.png", "sizes": "96x96" }]
    }
  ]
}
