{
  "name": "Bee Come Native",
  "short_name": "BeeNative",
  "description": "Regenerative land planning — map your property, track seeds, support pollinators.",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3d7a4a",
  "orientation": "portrait-primary",
  "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": "Seed Tracker",
      "url": "/app/tracker",
      "description": "Log seeds and upload photos"
    },
    {
      "name": "My Properties",
      "url": "/app/properties",
      "description": "View and manage your properties"
    }
  ]
}
