{
  "name": "KinΩS — Family OS",
  "short_name": "KinΩS",
  "description": "Family Operating System for 7 Kin Homestead — lists, tasks, location alerts, and more.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f8faf8",
  "theme_color": "#14b8a6",
  "categories": ["lifestyle", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Quick Add to Shopping",
      "short_name": "Add Item",
      "description": "Jump straight to adding a shopping item",
      "url": "/lists.html",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Check Nearby Stores",
      "short_name": "HerdΩr",
      "description": "See what stores are nearby with items you need",
      "url": "/herder.html",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    },
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "description": "View your assigned tasks",
      "url": "/tasks.html",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any" }]
    }
  ]
}
