
{
  "name": "John's Home",
  "short_name": "John's Home",
  "description": "This is my home app.",
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0A0302",
  "status_bar": "default",
  "icons": [{"src": "/static/images/home256x256.png", "sizes": "256x256"}],
  "dir": "ltr",
  "lang": "en-US",
  "screenshots" : [],
  "shortcuts" : [{"name": "Shortcut", "url": "/target", "description": "Shortcut to a page in my application"}]
}
