{
  "name": "Pebble Inventory",
  "short_name": "Inventory",
  "description": "Offline-first inventory management.",
  "start_url": "dashboard",
  "scope": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#800000",
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}