{
  "name": "Chicken Shop — కోడి షాపు",
  "short_name": "Chicken Shop",
  "description": "Billing, cutting yields, vendor dues and daily reports for a chicken shop. Works with no internet.",
  "id": "/chicken-shop/",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#1B2A3A",
  "theme_color": "#1B2A3A",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-256.png", "sizes": "256x256", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New bill", "short_name": "Bill", "url": "./index.html#bill", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Today's report", "short_name": "Report", "url": "./index.html#rep", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
