{
  "name": "[INSERT: Company Name]",
  "short_name": "[INSERT: Company Name short form, <= 12 chars]",
  "description": "[INSERT: 1-sentence description of the business]",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "[INSERT: brand primary colour hex, from Color Preferences]",
  "icons": [
    {
      "src": "favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ]
}
