{
  "name": "Finger Tossing",
  "short_name": "Finger",
  "display": "standalone",
  "start_url": "./",
  "scope": "./",
  "background_color": "#121212",
  "theme_color": "#121212",
  "version": "1.0.0",
  "change_notes": [
    {
      "version" : "1.0.0", "changes" : [
         { 
           "en": "This is the first test version and can contain mistakes. Use on your own risk and responsibility.", 
           "nl": "Dit is de eerste testversie en kan fouten bevatten. Gebruik op eigen verantwoordelijkheid en risico.",
           "fr": "Ceci est la première version de test et peut contenir des erreurs. À utiliser à vos risques et périls."
         }
      ]
    }
  ],
  "icons": [
    {
      "src": "img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "offlineFiles": [
    "css/style.css",
    "img/favicon.ico",
    "img/icon.svg",
    "img/icon-192.png",
    "img/icon-512.png",
    "img/apple-touch-icon.png",
    "js/pwa.js",
    "js/texts.js",
    "js/api.js",
    "js/game.js",
    "js/ui.js",
    "js/main.js"
  ]
}