{
  "name": "HAT OF MEDIA.STORE",
  "short_name": "Hat of Media",
  "description": "Watch and download the latest movies and TV series in HD quality for free",
  "start_url": "/index.php",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "orientation": "natural",
  "background_color": "#0f0f0f",
  "theme_color": "#0f0f0f",
  "categories": ["entertainment", "movies", "video"],
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Trending Movies",
      "short_name": "Trending",
      "description": "View trending movies",
      "url": "/index.php?trending"
    },
    {
      "name": "Latest Movies",
      "short_name": "Latest",
      "description": "View latest movies",
      "url": "/index.php?latest"
    }
  ]
}
