{
  "name": "Thermal Receipt Printer",
  "short_name": "Receipt Printer",
  "description": "Professional thermal receipt printer for labs, shops, and businesses",
  "start_url": "./app.html",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#161b24",
  "background_color": "#0e1117",
  "categories": ["business", "utilities"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Receipt",
      "short_name": "New",
      "description": "Create a new receipt",
      "url": "./app.html"
    }
  ]
}
