{
  "name": "Linknet Fiber - Kenya's Fastest Internet",
  "short_name": "Linknet Fiber",
  "description": "Kenya's premier fiber internet service provider. Experience lightning-fast, reliable internet for your home and business.",
  "start_url": "./index.html",
  "id": "./index.html",
  "display": "standalone",
  "display_override": [
    "tabbed",
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "background_color": "#1E4D8C",
  "theme_color": "#1E4D8C",
  "orientation": "portrait-primary",
  "scope": "./",
  "lang": "en",
  "dir": "ltr",
  "categories": [
    "utilities",
    "business",
    "productivity"
  ],
  "icons": [
    {
      "src": "./icons/icon-16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-57.png",
      "sizes": "57x57",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-60.png",
      "sizes": "60x60",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-76.png",
      "sizes": "76x76",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-114.png",
      "sizes": "114x114",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-120.png",
      "sizes": "120x120",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "screenshots": [
    {
      "src": "./icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Linknet Fiber Dashboard - View internet packages and manage your account"
    },
    {
      "src": "./icons/screenshot-narrow.png",
      "sizes": "640x1136",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Linknet Fiber Mobile - Fast internet on the go"
    }
  ],
  "shortcuts": [
    {
      "name": "View Packages",
      "short_name": "Packages",
      "description": "Browse available internet packages",
      "url": "./packages.html",
      "icons": [
        {
          "src": "./icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Request Installation",
      "short_name": "Request",
      "description": "Request fiber installation at your location",
      "url": "./request.html",
      "icons": [
        {
          "src": "./icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Contact Support",
      "short_name": "Support",
      "description": "Get help and support",
      "url": "./contact.html",
      "icons": [
        {
          "src": "./icons/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "content_rating": {
    "rating_id": "everyone"
  },
  "share_target": {
    "action": "./contact.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "message",
      "url": "link"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "mailto",
      "url": "./contact.html?email=%s"
    },
    {
      "protocol": "web+linknet",
      "url": "./index.html?linknet=%s"
    }
  ],
  "widgets": [
    {
      "name": "Quick Packages",
      "short_name": "Packages",
      "description": "View internet packages",
      "url": "./packages.html",
      "icons": [
        {
          "src": "./icons/icon-96.png",
          "sizes": "96x96"
        }
      ],
      "screenshots": [
        {
          "src": "./icons/screenshot-wide.png",
          "sizes": "1280x720"
        }
      ]
    }
  ],
  "note_taking": {
    "new_note_url": "./contact.html?note=true"
  },
  "iarc_rating_id": "everyone"
}