{
  "name": "BPLog - Blood Pressure Log",
  "short_name": "BPLog",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d7377",
  "orientation": "portrait",
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect fill='%230d7377' width='192' height='192' rx='24'/%3E%3Cpath d='M96 154s-48-28-48-68c0-20 16-36 36-36 14 0 26 8 32 20 6-12 18-20 32-20 20 0 36 16 36 36 0 40-48 68-48 68z' fill='white'/%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect fill='%230d7377' width='512' height='512' rx='64'/%3E%3Cpath d='M256 410s-128-75-128-182c0-53 43-96 96-96 38 0 70 22 86 54 16-32 48-54 86-54 53 0 96 43 96 96 0 107-128 182-128 182z' fill='white'/%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Take Photo",
      "short_name": "Photo",
      "description": "Capture a new blood pressure reading",
      "url": "./?shortcut=camera",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect fill='%230d7377' width='96' height='96' rx='16'/%3E%3Ctext x='48' y='64' font-size='42' text-anchor='middle' fill='white'%3E📷%3C/text%3E%3C/svg%3E",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "View Logs",
      "short_name": "Logs",
      "description": "Open your reading history",
      "url": "./?shortcut=logs",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Crect fill='%230d7377' width='96' height='96' rx='16'/%3E%3Ctext x='48' y='64' font-size='42' text-anchor='middle' fill='white'%3E📋%3C/text%3E%3C/svg%3E",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ]
}
