{
  "name": "RetailBox App",
  "short_name": "retailbox.",
  "description": "The all-encompassing software solution for any retail business.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#FF6B06",
  "icons": [
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "lang": "en",
  "categories": ["business", "productivity", "finance", "retail", "technology"],
  "shortcuts": [
    {
      "name": "Home",
      "short_name": "Home",
      "description": "Go to RetailBox homepage",
      "url": "/"
    },
    {
      "name": "Blog",
      "short_name": "Blog",
      "description": "Read RetailBox articles and updates",
      "url": "https://blog.retailbox.co"
    },
    {
      "name": "VendBox",
      "short_name": "VendBox",
      "description": "Access VendBox - Home for automated retail",
      "url": "https://vend.retailbox.co"
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Contact the RetailBox team",
      "url": "/contact"
    },
    {
      "name": "Developers",
      "short_name": "Developers",
      "description": "Access RetailBox developer documentation",
      "url": "https://postman.retailbox.co"
    }
  ],
  "gcm_sender_id": "129533831766"
}
