{
  "id": "/pos/",
  "name": "Deb's Snack Shop POS",
  "short_name": "Snack Shop POS",
  "description": "Installable POS app for Deb's Snack Shop",
  "start_url": "/pos/index.html",
  "scope": "/pos/",
  "display": "standalone",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "icons": [
    {
      "src": "/pos/TheSKDragon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pos/TheSKDragon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}