{
  "id": "/",
  "name": "KeepTrack Inventory",
  "short_name": "KeepTrack",
  "description": "Offline-ready home inventory management for insurance, warranties, and storage.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1f2937",
  "orientation": "portrait-primary",
  "categories": ["productivity", "utilities", "lifestyle"],
  "shortcuts": [
    {
      "name": "Add Item",
      "short_name": "Add",
      "url": "/add"
    },
    {
      "name": "Search",
      "short_name": "Search",
      "url": "/search"
    },
    {
      "name": "Insurance Export",
      "short_name": "Insurance",
      "url": "/import-export"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192x192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512x512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
