{
  "background_color": "#ffffff",
  "display": "standalone",
  "name": "placeorder-app",
  "short_name": "placeorder-app",
  "version": "1.0.0",
  "description": "Placeorder PWA",
  "author": "Ordev",
  "icons": [
    {
      "src": "icons/192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "icons/512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "start_url": "/index.html",
  "scope": "/",
  "theme_color": "#ffffff"
}