{
  "name": "TSK - Home Inventory",
  "short_name": "Home Inventory",
  "description": "Free privacy-first home inventory app. Track where everything is stored across multiple locations. No account required.",
  "start_url": "/home-inventory/",
  "display": "standalone",
  "background_color": "#f5f7fa",
  "theme_color": "#00a8e8",
  "orientation": "any",
  "icons": [
    {
      "src": "/shared/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": [
    "productivity",
    "utilities"
  ],
  "lang": "en",
  "scope": "/home-inventory/"
}
