{
  "name": "Keeper by Tarantula List",
  "short_name": "TLKeeper",
  "description": "Offline-first recordkeeping for exotic pet enthusiasts. Track feedings, molts, maintenance, and more.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#1a1f16",
  "theme_color": "#2d5016",
  "orientation": "any",
  "categories": ["lifestyle", "utilities"],
  "icons": [
    {
      "src": "assets/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Add New Entry",
      "short_name": "Add",
      "url": "./#/animals/new",
      "icons": []
    },
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "./#/",
      "icons": []
    }
  ]
}
