{
  "name": "GramProfile — Churu Village Directory",
  "short_name": "GramProfile",
  "description": "Churu district ke sabhi gaon ki puri jankari — contacts, officials, Gram Heroes",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f0fdf4",
  "theme_color": "#16a34a",
  "lang": "hi",
  "dir": "ltr",
  "categories": ["government", "social", "utilities"],
  "icons": [
    {
      "src": "/gram.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/gram.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/banner.jpg",
      "sizes": "1280x640",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "GramProfile Homepage"
    }
  ],
  "shortcuts": [
    {
      "name": "Village Search",
      "short_name": "Search",
      "url": "/",
      "icons": [{ "src": "/gram.png", "sizes": "96x96" }]
    },
    {
      "name": "Gram Hero Login",
      "short_name": "Hero",
      "url": "/hero_login.php",
      "icons": [{ "src": "/gram.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "q",
      "url": "url"
    }
  },
  "prefer_related_applications": false
}