{"$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Dagav.com",
  "short_name": "DaGav",
  "description": "Dagav.com is an online platform that offers television streaming services, providing users with easy access to a variety of TV channels and content",
  "scope": "/",
  "start_url": "/index.php",
  "display": "standalone",
  "background_color": "#423932",
  "theme_color": "#007bff",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/files/logo/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/files/logo/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/files/logo/logo-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose":"maskable"

    }

  ],
  
  "serviceworker": {
    "src": "/pwa.js"
  }
}
