{
  "name": "JoinEcoGrow",
  "short_name": "EcoGrow",
  "description": "Plant trees, track carbon, grow communities",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#10b981",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["environment", "lifestyle", "social"],
  "icons": [
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Trees",
      "short_name": "Trees",
      "description": "View your planted trees",
      "url": "/dashboard/trees",
      "icons": [{ "src": "/icons/tree-shortcut.png", "sizes": "96x96" }]
    },
    {
      "name": "Plant a Tree",
      "short_name": "Plant",
      "description": "Add a new tree",
      "url": "/dashboard/trees/new",
      "icons": [{ "src": "/icons/plant-shortcut.png", "sizes": "96x96" }]
    },
    {
      "name": "Challenges",
      "short_name": "Challenges",
      "description": "View active challenges",
      "url": "/dashboard/challenges",
      "icons": [{ "src": "/icons/challenge-shortcut.png", "sizes": "96x96" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard showing your eco impact"
    },
    {
      "src": "/screenshots/mobile-trees.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Track your trees on mobile"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.joinecogrow.app",
      "id": "com.joinecogrow.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/joinecogrow/id123456789"
    }
  ],
  "prefer_related_applications": false
}
