{
  "id": "music-hertz-app",
  "name": "Music Hertz",
  "short_name": "MusicHertz",
  "description": "Online Music Store. Promote and Sell your music online",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "theme_color": "#c61e52",
  "background_color": "#ffffff",
  "lang": "en",
  "categories": ["music", "entertainment", "social"],
  "icons": [
    {
      "src": "android/android-launchericon-512-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "ios/1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "ios/512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "windows11/LargeTile.scale-200.png",
      "sizes": "620x620",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "windows11/LargeTile.scale-400.png",
      "sizes": "1240x1240",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "windows11/Wide310x150Logo.scale-200.png",
      "sizes": "620x300",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "windows11/SplashScreen.scale-200.png",
      "sizes": "1240x600",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Browse Music",
      "short_name": "Browse",
      "description": "Browse and discover new music",
      "url": "/",
      "icons": [
        {
          "src": "android/android-launchericon-512-512.png",
          "sizes": "512x512",
          "type": "image/png"
        }
      ]
    }
  ]
}
