{
  "manifest_version": 1,  
  "name": "easydoku", 
  "version": "1.0.0",
  "short_name": "easydoku", 
  "icons": [{
    "src": "img/icons/iconeasydoku-144x144.png",
      "sizes": "128x128",
      "type": "image/png"
    }, {
      "src": "img/icons/iconeasydoku-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    }, {
      "src": "img/icons/iconeasydoku-144x144.png",
      "sizes": "152x152",
      "type": "image/png"
    }, {
      "src": "img/icons/iconeasydoku-144x144.png",
      "sizes": "192x192",
      "type": "image/png"
    }, {
      "src": "img/icons/iconeasydoku-144x144.png",
      "sizes": "256x256",
      "type": "image/png"
    }, {
      "src": "img/icons/iconeasydoku-144x144.png",
      "sizes": "512x512",
      "type": "image/png"
    }],
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#ED071B",
  "theme_color": "#ED071B"
}
