{
  "name": "RDA Mobile Phone Service Center",
  "short_name": "RDA Service",
  "description": "Job orders, billing, inventory and HR for RDA Mobile Phone Service Center",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0F2847",
  "theme_color": "#0F2847",
  "lang": "en-PH",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Job Order",
      "url": "/index.html#joborders"
    },
    {
      "name": "Billing",
      "url": "/index.html#billing"
    },
    {
      "name": "My Repairs",
      "url": "/index.html#my-repairs"
    }
  ]
}