{
  "name": "Decision Wizard/Maker",
  "short_name": "DecisionWizard",
  "description": "A progressive web app to help you make weighted decisions.",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#eef0f4",
  "theme_color": "#3d52d5",
  "scope": ".",
  "icons": [
    {
      "src": "icons/iconV2-192x192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any maskable"
    },
    {
      "src": "icons/iconV2-512x512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any maskable"
    }
  ]
}