{
  "id": "/",
  "name": "Earth Echo",
  "short_name": "EarthEcho",
  "description": "Track and reduce your environmental impact",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#0a1a12",
  "theme_color": "#2D6A4F",
  "orientation": "portrait-primary",
  "categories": ["lifestyle", "education", "utilities"],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=uk.co.earthecho.app",
      "id": "uk.co.earthecho.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/gb/app/earthecho/id6764051960"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icon.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "640x640",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Activity",
      "short_name": "Log",
      "url": "/track/carbon",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Home",
      "url": "/dashboard",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Challenges",
      "short_name": "Challenges",
      "url": "/challenges",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
