
{
  // Name of the web application (required).
  "name": "Fleepas",
  
  // Short name of the web application (required).
  "short_name": "Fleepas",
  
  // Description of the web application.
  "description": "Make your brand stand out with our Augmented Reality games app.",
  
  // URL to the start page of the web application (required).
  "start_url": "/",
  
  // Display mode of the web application (e.g. "fullscreen", "standalone", "minimal-ui", "browser").
  "display": "standalone",
  
  // Orientation mode of the web application (e.g. "any", "natural", "landscape", "portrait", "portrait-primary", "portrait-secondary", "landscape-primary", "landscape-secondary").
  "orientation": "any",
  
  // Language of the web application (e.g. "en-US", "en", "fr-FR", "fr").
  "lang": "en-US",
  
  // Direction of the text in the web application (e.g. "ltr", "rtl").
  "dir": "ltr",

  // This is favicon stuff
  "icons": [
    { "src": "/images/icon-192.png", "type": "image/png", "sizes": "192x192" },
    { "src": "/images/icon-512.png", "type": "image/png", "sizes": "512x512" }
  ]
}