{
  "name": "SONGSOCIAL+",
  "short_name": "SONGSOCIAL",
  "description": "Download songs from 3+ billion tracks and videos from social media - No ads, no limits",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "theme_color": "#0a0f1e",
  "background_color": "#03060c",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["music", "entertainment", "productivity"],
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "/file/logo.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/file/logo.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/file/logo.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/file/logo.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/file/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/file/logo.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/file/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/file/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/file/logo.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Home Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Search Song",
      "short_name": "Song",
      "description": "Search and download any song",
      "url": "/?tab=song",
      "icons": [
        {
          "src": "/file/logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Social Downloader",
      "short_name": "Social",
      "description": "Download videos from social media",
      "url": "/?tab=social",
      "icons": [
        {
          "src": "/file/logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "handle_links": "preferred",
  "note_taking": {
    "new_note_url": "/"
  }
}