
{
  "name": "Campus Ride",
  "short_name": "Campus Ride",
  "description": "Ride sharing app for LUT staff",
  "start_url": "/app/home",
  "display": "standalone",
  "scope": "/app/",
  "orientation": "portrait",
  "background_color": "#F8F8F8",
  "theme_color": "#FFFFFF",
  "status_bar": "default",
  "icons": [{"src": "/static/images/icons/icon.png", "sizes": "160x160"}],
  "dir": "ltr",
  "lang": "en-US",
  "screenshots" : [{"src": "/static/images/icons/splash-750x1334.png", "sizes": "750x1334", "type": "image/png"}, {"src": "/static/images/icons/splash-750x1334.png", "sizes": "750x1334", "type": "image/png", "platform": "wide", "form_factor": "wide"}],
  "shortcuts" : [{"name": "Shortcut", "url": "/target", "description": "Shortcut to a page in my application"}]
}
