{
  "name": "RHYA Point",
  "short_name": "RHYA Point",
  "description": "Sell smarter. Manage your store, products, customers and orders in one place.",
  "theme_color": "#448c8c",
  "background_color": "#ffffff",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/",
  "icons": [
    { "src": "icons/icon-192.png",      "sizes": "192x192", "type": "image/png", "purpose": "any"      },
    { "src": "icons/icon-512.png",      "sizes": "512x512", "type": "image/png", "purpose": "any"      },
    { "src": "icons/icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Today's Dashboard", "short_name": "Today",  "url": "/#/", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Orders",            "short_name": "Orders", "url": "/#/", "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }] }
  ]
}