{
  "name": "My Mobile Web Application",
  "short_name": "MyWebApp",
  "description": "An example of a mobile web app manifest.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0076ff",
  "icons": [
    {
      "src": "/images/security-64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/images/security-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/images/security-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/images/security-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
