{
  "name": "GreenSweep — Vote for the Planet",
  "short_name": "GreenSweep",
  "description": "Vote on verified environmental projects. Your engagement directs real funding.",
  "start_url": "/vote",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "categories": ["lifestyle", "social"],
  "icons": [
    {
      "src": "/images/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/images/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Vote Now",
      "short_name": "Vote",
      "url": "/vote",
      "icons": [{ "src": "/images/favicon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Browse Projects",
      "short_name": "Projects",
      "url": "/projects",
      "icons": [{ "src": "/images/favicon-96.png", "sizes": "96x96" }]
    }
  ]
}
