{
  "name": "Lists & Notes",
  "short_name": "Lists",
  "description": "Shopping lists, todo lists and daily notes that work offline.",
  "id": "/",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#faf7f1",
  "theme_color": "#35522b",
  "categories": ["productivity", "lifestyle"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "My lists", "short_name": "Lists", "url": "/app", "description": "Open your lists" },
    { "name": "Templates", "short_name": "Templates", "url": "/app/templates", "description": "Start from a template" }
  ]
}
