{
  "name": "Garden Journal",
  "short_name": "Garden",
  "description": "Plan, track, and share your Grow Year — a field journal for the people who grow food.",
  "start_url": "/dashboard?source=pwa",
  "id": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#2C4A2A",
  "background_color": "#F4EDE0",
  "categories": ["lifestyle", "productivity", "utilities"],
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "navigate-existing" },
  "handle_links": "preferred",
  "edge_side_panel": { "preferred_width": 480 },
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    { "src": "/screenshots/wide.png", "sizes": "1280x800", "type": "image/png", "form_factor": "wide", "label": "Garden Journal dashboard" },
    { "src": "/screenshots/narrow.png", "sizes": "750x1334", "type": "image/png", "form_factor": "narrow", "label": "Log a harvest" }
  ],
  "share_target": {
    "action": "/post/new",
    "method": "GET",
    "params": { "title": "title", "text": "text", "url": "url" }
  },
  "protocol_handlers": [
    { "protocol": "web+gardenjournal", "url": "/share?u=%s" }
  ],
  "shortcuts": [
    { "name": "Log harvest", "short_name": "Harvest", "url": "/log/harvest?utm_source=pwa_shortcut", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Log watering", "short_name": "Water", "url": "/log/watering?utm_source=pwa_shortcut", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "New post", "short_name": "Post", "url": "/post/new?utm_source=pwa_shortcut", "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
