{
  "name": "GreekFlix",
  "short_name": "GreekFlix",
  "description": "Watch Movies and Series",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#000000",
  "theme_color": "#0f172a",

  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/images/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

"screenshots": [
  {
    "src": "/images/pwa-home.jpg",
    "sizes": "1672x941",
    "type": "image/jpeg",
    "form_factor": "wide"
  },
  {
    "src": "/images/pwa-mobile.jpg",
    "sizes": "1672x941",
    "type": "image/jpeg"
  }
],

  "categories": [
    "entertainment",
    "video"
  ],

  "lang": "el",
  "dir": "ltr"
}