{
  "name": "Kitui Accountability Tracker",
  "short_name": "Kitui",
  "description": "Community accountability platform for tracking government projects, funding, and leader performance in Kitui County",
  "start_url": "/kitui/",
  "scope": "/kitui/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0066cc",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230066cc' width='192' height='192'/><text x='96' y='120' font-size='80' font-weight='bold' fill='white' text-anchor='middle'>KT</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%230066cc' width='512' height='512'/><text x='256' y='340' font-size='220' font-weight='bold' fill='white' text-anchor='middle'>KT</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "categories": ["productivity", "government"],
  "shortcuts": [
    {
      "name": "View Projects",
      "short_name": "Projects",
      "description": "Browse all community projects",
      "url": "/kitui/projects"
    },
    {
      "name": "View Leaders",
      "short_name": "Leaders",
      "description": "Rate and review county leaders",
      "url": "/kitui/leaders"
    },
    {
      "name": "Share an Update",
      "short_name": "Update",
      "description": "Report what you've seen on a project",
      "url": "/kitui/submit-update"
    }
  ],
  "share_target": {
    "action": "/kitui/submit-update",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "update_title",
      "text": "update_text",
      "files": [
        {
          "name": "image",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
