{
  "name": " ",
  "short_name": "PlayKit",
  "description": "Watch movies, series and music for free",
  "start_url": "/index.html",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#000000",
  "theme_color": "#f0b429",
  "scope": "/",
  "lang": "en",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Start streaming",
      "short_name": "Start streaming",
      "description": "Watch movies, series and music for free",
      "url": "/index.html",
      "icons": [{ "src": "/logo.png", "sizes": "192x192" }]
    }
  ]
}