{
  "name": "Bangalore Mobile Service Point",
  "short_name": "BMSP",
  "description": "Mobile Repair, Accessories, Second Hand Mobile, Pickup & Drop Service in Bangalore",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#00BFA5",
  "theme_color": "#00BFA5",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",

  "categories": [
    "business",
    "shopping",
    "productivity"
  ],

  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "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-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": "/screenshots/home.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    }
  ],

  "shortcuts": [
    {
      "name": "Track Order",
      "short_name": "Track",
      "url": "/#orders"
    },
    {
      "name": "Book Repair",
      "short_name": "Repair",
      "url": "/#cart"
    },
    {
      "name": "Sell Mobile",
      "short_name": "Sell",
      "url": "/#sell"
    }
  ]
}