{
  "name": "The Plan Tracker",
  "short_name": "Plan Tracker",
  "description": "Daily tracking for The Plan - an expanded elimination diet",
  "start_url": "/plan-tracker/?source=pwa",
  "display": "standalone",
  "background_color": "#667eea",
  "theme_color": "#667eea",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/wp-content/plugins/the-plan-tracker/assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/wp-content/plugins/the-plan-tracker/assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["health", "lifestyle", "medical"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Log Today",
      "short_name": "Log",
      "description": "Log today's entry",
      "url": "/plan-tracker/?view=daily",
      "icons": [{ "src": "/wp-content/plugins/the-plan-tracker/assets/images/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View History",
      "short_name": "History",
      "description": "View your history",
      "url": "/plan-tracker/?view=history",
      "icons": [{ "src": "/wp-content/plugins/the-plan-tracker/assets/images/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
