{
  "name": "restOS",
  "short_name": "restOS",
  "description": "restOS is a one-stop solution for digital menus, online ordering, reservations, kitchen display, inventory, payroll, events, blog, real-time analytics, promotions and many more.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ea580c",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "categories": [
    "business",
    "food",
    "productivity"
  ],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/icon.webp",
          "sizes": "512x512",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Tools",
      "short_name": "Tools",
      "description": "Access productivity tools",
      "url": "/tools",
      "icons": [
        {
          "src": "/icon.webp",
          "sizes": "512x512",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Explore",
      "short_name": "Explore",
      "description": "Explore restaurants and services near you",
      "url": "/explore",
      "icons": [
        {
          "src": "/icon.webp",
          "sizes": "512x512",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View and edit your profile",
      "url": "/profile",
      "icons": [
        {
          "src": "/icon.webp",
          "sizes": "512x512",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Features",
      "short_name": "Features",
      "description": "See what restOS offers",
      "url": "/features",
      "icons": [
        {
          "src": "/icon.webp",
          "sizes": "512x512",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "description": "View pricing plans",
      "url": "/pricing",
      "icons": [
        {
          "src": "/icon.webp",
          "sizes": "512x512",
          "type": "image/webp"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch with us",
      "url": "/contact",
      "icons": [
        {
          "src": "/icon.webp",
          "sizes": "512x512",
          "type": "image/webp"
        }
      ]
    }
  ]
}