{
  "name": "Post Creator",
  "short_name": "Creator",
  "description": "Post Creator als installierbare Web-App",

  "id": "/",
  "start_url": "./index.html",
  "scope": "./",

  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#0f4c5c",
  "theme_color": "#ea5e20",

  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}