{
  "name": "Lighthouse",
  "short_name": "Lighthouse",
  "description": "A personal regulation and capacity tracker with an in-app editor.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F3EEE7",
  "theme_color": "#F3EEE7",
  "icons": [
    { "src": "./icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "./icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Right now", "url": "./index.html#today", "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }] },
    { "name": "This week", "url": "./index.html#week", "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }] },
    { "name": "Volume", "url": "./index.html#volume", "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }] },
    { "name": "Ahead", "url": "./index.html#plan", "icons": [{ "src": "./icon-192.png", "sizes": "192x192" }] }
  ]
}
