{
  "name": "ETOFA Hotel ERP",
  "short_name": "ETOFA ERP",
  "id": "../index.php",
  "start_url": "../index.php",
  "scope": "../",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#fffdf7",
  "theme_color": "#087f7a",
  "description": "Multi-hotel SaaS billing, POS, KOT, accounts, reports, pricing, and PWA app install.",
  "icons": [
    {
      "src": "../assets/img/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Hotel Login",
      "short_name": "Login",
      "url": "../login.php",
      "icons": [{ "src": "../assets/img/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "url": "../pricing.php",
      "icons": [{ "src": "../assets/img/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
