{
  "name": "Forthstead",
  "short_name": "Forthstead",
  "description": "Small actions shape a lasting place.",
  "id": "./",
  "start_url": "./#/world",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#f3efe3",
  "theme_color": "#29483b",
  "lang": "en-GB",
  "dir": "ltr",
  "categories": ["productivity", "lifestyle"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "shortcuts": [
    {
      "name": "Open the World",
      "short_name": "World",
      "description": "Return to the place shaped by your progress.",
      "url": "./#/world",
      "icons": [{ "src": "icons/forthstead-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Capture a task",
      "short_name": "Capture",
      "description": "Put something somewhere safe before it disappears.",
      "url": "./#/capture",
      "icons": [{ "src": "icons/forthstead-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "See all tasks",
      "short_name": "Tasks",
      "description": "See every task without losing the current choice.",
      "url": "./#/collection/all",
      "icons": [{ "src": "icons/forthstead-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "icons/forthstead-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/forthstead-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
