{
  "short_name": "GPS",
  "name": "Grandins Portal",
  "description": "The Web portal for accessing consignments as well as tasks and Fedex pickups.",
  "icons": [
    {
      "src": "/img/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/img/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/img/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#b8d2f5",
  "background_color": "#ffffff",
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "Runsheet",
      "url": "/consignments/runsheet/"
    },
    {
      "name": "Address Search",
      "url": "/consignments/address_list_page/"
    }
  ]
}