{
  "id": "restoadmin-app",
  "name": "RestoAdmin — Restaurant POS",
  "short_name": "RestoAdmin",
  "description": "RestoAdmin: the complete point-of-sale and management app for restaurants. Tables, orders, kitchen tickets, inventory, costing, P&L, and reports. Core restaurant tools can work offline; cloud synchronization, subscriptions, public menu, loyalty/Wallet and invoicing services require internet when used.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "es",
  "dir": "ltr",
  "background_color": "#14120E",
  "theme_color": "#14120E",
  "categories": [
    "business",
    "food",
    "productivity"
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "icons": [
    {
      "src": "img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "img/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "img/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "prefer_related_applications": false
}