{
  "name": "Direct Menu",              /* 1. Full name on splash screen */
  "short_name": "Direct Menu",        /* 2. Name under the icon on home screen */
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#00AEEF",      /* 3. Match the client's Brand Secondary color */
  "theme_color": "#F68B1F",           /* 4. Match the client's Brand Primary color */
  "icons": [
    {
      "src": "icon.png",              /* 5. Ensure their logo is named icon.png in the folder */
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}