{
"name": "ArcFlix",
"short_name": "arcflix",
"start_url": "/",
"display": "standalone",
"description": "Find your favorite show here. Stream movies, TV shows, and anime.",
"lang": "en",
"dir": "auto",
"theme_color": "#e50914",
"background_color": "#000",
"orientation": "any",
"icons": [
    {
        "src": "/logo/arcflix-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any"
    },
    {
        "src": "/icons/android-icon-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
    },
    {
        "src": "/icons/apple-icon-180x180.png",
        "sizes": "180x180",
        "type": "image/png",
        "purpose": "any"
    },
    {
        "src": "/icons/favicon-32x32.png",
        "sizes": "32x32",
        "type": "image/png",
        "purpose": "any"
    },
    {
        "src": "/icons/favicon-16x16.png",
        "sizes": "16x16",
        "type": "image/png",
        "purpose": "any"
    }
],
"screenshots": [
    {
        "src": "/img/arcflix-og.jpg",
        "sizes": "1200x630",
        "type": "image/png",
        "form_factor": "wide",
        "description": "ArcFlix home page preview"
    },
    {
        "src": "/img/arcflix-og.jpg",
        "sizes": "1200x630",
        "type": "image/png",
        "form_factor": "narrow",
        "description": "ArcFlix mobile preview"
    }
],
"related_applications": [],
"prefer_related_applications": false,
"shortcuts": [
    {
      "name": "Home Page",
      "url": "/",
      "description": "ArcFlix home page",
      "icons": [{
        "src": "/icons/favicon-32x32.png",
        "sizes": "32x32"
      }]
    },
    {
      "name": "Movie Page",
      "url": "/movies",
      "description": "ArcFlix movie catalog",
      "icons": [{
        "src": "/icons/favicon-32x32.png",
        "sizes": "32x32"
      }]
    },
    {
      "name": "TV Shows Page",
      "url": "/tv-shows",
      "description": "ArcFlix TV catalog",
      "icons": [{
        "src": "/icons/favicon-32x32.png",
        "sizes": "32x32"
      }]
    },
    {
      "name": "Popular Page",
      "url": "/popular",
      "description": "ArcFlix popular titles",
      "icons": [{
        "src": "/icons/favicon-32x32.png",
        "sizes": "32x32"
      }]
    }
  ]
}