{
  "author": "Louis Duhal Berruer",
  "manifest_version": 2,
  "name": "99",
  "short_name": "99",
  "version": "1.0.0",
  "display": "standalone",
  "background_color": "#000066",
  "orientation": "portrait",
  "theme_color": "#000066",
  "description": "Jeu du 99, alcool non inclus",
  "offline_enabled": false,
  "permissions": ["http://*/*", "https://*/*"],
  "id": "99-app",
  "start_url": "/?pwa",
  "scope": "/",
  "icons": [
    {
      "src": "/images/icon_1024.png",
      "type": "image/png",
      "sizes": "1024x1024"
    },
    {
      "src": "/images/icon_512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/images/icon_192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/images/icon_144.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "/images/icon_96.png",
      "type": "image/png",
      "sizes": "96x96"
    }
  ]
}
