{
  "name": "CalPal",
  "short_name": "CalPal",
  "description": "Your personal calorie companion",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#7D9B76",
  "theme_color": "#7D9B76",
  "orientation": "portrait",
  "share_target": {
    "action": "/?share=true",
    "method": "GET",
    "params": {
      "title": "shared_title",
      "text": "shared_url",
      "url": "shared_url"
    }
  },
  "icons": [
    {
      "src": "icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
