{
  "id": "chekipawa254",
  "name": "chekiPawa — Kenya Power Intelligence",
  "short_name": "chekiPawa",
  "description": "Track Kenya Power (KPLC) outages, report power failures, monitor area reliability and receive community updates.",
  "lang": "en-KE",
  "dir": "ltr",

  "start_url": "./",
  "scope": "./",

  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",

  "background_color": "#0a0a0d",
  "theme_color": "#f5a623",

  "launch_handler": {
    "client_mode": "focus-existing"
  },

  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "screenshots": [
    {
      "src": "screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Home dashboard"
    },
    {
      "src": "screenshots/schedule.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Outage map"
    },
    {
      "src": "screenshots/reports.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Report an outage"
    },
    {
      "src": "screenshots/watchlist.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Watchlist"
    }
  ],

  "shortcuts": [
    {
      "name": "Report an outage",
      "short_name": "Report",
      "description": "Tell your neighbours the power is off or back.",
      "url": "./?tab=reports"
    },
    {
      "name": "My watchlist",
      "short_name": "Watchlist",
      "description": "View your saved locations.",
      "url": "./?tab=watchlist"
    }
  ],

  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "categories": [
    "utilities",
    "lifestyle"
  ],

  "prefer_related_applications": false
}