{
  "short_name": "Ordering PWA",
  "name": "Ordering template with PWA",
  "description": "Food ordering app by ordering.inc",
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "200x200",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/splashscreens/icon-384x384.png",
      "sizes": "384x384",
       "type": "image/png",
       "form_factor": "wide",
       "label": "Application"
     }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#4a90e2",
  "background_color": "#ffffff",
  "scope": "/"
}
