{
  "manifest_version": 12,

  "name": "PhysioFox",
  "short_name": "PhysioFox",
  "description": "Agenda und Rechnungsverwaltung für Physiotherapeuten",

  "version": "0.2.1",
  "version_name": "0.2.1",

  "start_url": "/index.html",
  "display": "standalone",

  "theme_color": "#277f80",
  "background_color": "#fafafa",

  "orientation": "any",

  "permissions": [
    "unlimitedStorage"
  ],

  "screenshots": [
    {
      "src": "img/screenshot-768x1024.png",
      "sizes": "768x1024",
      "type": "image/png"
    },
    {
      "src": "img/screenshot-600x960.png",
      "sizes": "600x960",
      "type": "image/png"
    },
    {
      "src": "img/screenshot-360x640.png",
      "sizes": "360x640",
      "type": "image/png"
    }
  ],

  "icons": [
    {
      "src": "img/icon-57x57.png",
      "sizes": "57x57",
      "type": "image/png"
    },
    {
      "src": "img/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "img/icon-114x114.png",
      "sizes": "114x114",
      "type": "image/png"
    },
    {
      "src": "img/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "img/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "img/icon-167x167.png",
      "sizes": "167x167",
      "type": "image/png"
    },
    {
      "src": "img/icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "img/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "img/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
