{
  "name": "Kitchen Manager",
  "short_name": "Kitchen",
  "id": "/",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#ff6b00",
  "background_color": "#ffffff",
  "description": "Smart kitchen expense and stock manager PWA app",
  "lang": "en",
  "categories": ["productivity","food","utilities"],

  "icons": [
    {
      "src": "icons/icon192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "screenshots": [
    {
      "src": "screenshots/shoot540720.png",
      "sizes": "540x720",
      "type": "image/png"
    }
  ]
}
