{
  "dir": "ltr",
  "description": "Your one-stop solution for fast and simple stock ordering, designed to connect you with all your suppliers in one place.",
  "name": "Pigeon - Orders made simple",
  "display": "standalone",
  "orientation": "portrait",
  "scope": "/",
  "short_name": "Pigeon",
  "start_url": "https://sendpigeon.link",
  "theme_color": "#8056fc",
  "background_color": "#8056fc",
  "icons": [
  {
    "src": "/android/new.png",
    "sizes": "512x512",
    "type": "image/png"
  }],
  "id": "start_url",
  "description": "Where orders are easy",
  "categories": [
    "food",
    "navigation",
    "social"
  ],
  "launch_handler":
  {
    "client_mode": "focus-existing"
  },
  "screenshots": [
  {
    "src": "/screenshots/screenshot1.png",
    "sizes": "1280x720",
    "type": "image/png"
  },
  {
    "src": "/screenshots/screenshot2.png",
    "sizes": "1280x720",
    "type": "image/png"
  },
  {
    "src": "/screenshots/screenshot3.png",
    "sizes": "1280x720",
    "type": "image/png"
  },
  {
    "src": "/screenshots/screenshot4.png",
    "sizes": "1280x720",
    "type": "image/png"
  }],
  "lang": "en",
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "Order",
      "description": "Create a new stock order",
      "url": "/main.php",
      "icons": [
        {
          "src": "/icons/new-order-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "History",
      "short_name": "History",
      "description": "View your order history",
      "url": "/order_history_page.php",
      "icons": [
        {
          "src": "/icons/history-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Statistics",
      "short_name": "Stats",
      "description": "View order statistics",
      "url": "/statistics.php",
      "icons": [
        {
          "src": "/icons/statistics-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "View and edit your profile",
      "url": "/profile.php",
      "icons": [
        {
          "src": "/icons/profile-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}