{
  "name": "GoMovies - Watch Free Movies & TV Shows Online",
  "short_name": "GoMovies",
  "description": "Stream 50,000+ free movies and TV shows in HD quality. No ads, no registration required on GoMovies",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#141414",
  "theme_color": "#141414",
  "orientation": "any",
  "scope": "/",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["entertainment", "lifestyle"],
  "icons": [
    {
      "src": "favicons/theme_7-favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "favicons/theme_7-favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Movies",
      "short_name": "Movies",
      "description": "Browse all movies",
      "url": "/movies.html",
      "icons": [{ "src": "favicons/theme_7-favicon.png", "sizes": "96x96" }]
    },
    {
      "name": "TV Shows",
      "short_name": "TV Shows",
      "description": "Browse all TV shows",
      "url": "/tv-shows.html",
      "icons": [{ "src": "favicons/theme_7-favicon.png", "sizes": "96x96" }]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search movies and TV shows",
      "url": "/search.html",
      "icons": [{ "src": "favicons/theme_7-favicon.png", "sizes": "96x96" }]
    }
  ]
}
