{
  "name": "CraftCubbi",
  "short_name": "CraftCubbi",
  "description": "Your crafts. All in one place.",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#C97B84",
  "background_color": "#FAF7F4",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "widgets": [
    {
      "name": "Row Counter",
      "description": "Track your current row or round count",
      "tag": "row-counter",
      "template": "/widgets/row-counter.json",
      "data": "/widgets/row-counter-data.json",
      "type": "application/adaptive-card+json",
      "ms_ac_template": "/widgets/row-counter.json",
      "short_name": "Counter",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ],
      "backgrounds": [
        {
          "src": "/icons/icon-512.png",
          "sizes": "512x512"
        }
      ]
    },
    {
      "name": "WIPs",
      "description": "Your in-progress projects",
      "tag": "wips",
      "template": "/widgets/wips.json",
      "data": "/widgets/wips-data.json",
      "type": "application/adaptive-card+json",
      "ms_ac_template": "/widgets/wips.json",
      "short_name": "WIPs",
      "icons": [
        {
          "src": "/icons/icon-192.png",
          "sizes": "192x192"
        }
      ],
      "backgrounds": [
        {
          "src": "/icons/icon-512.png",
          "sizes": "512x512"
        }
      ]
    }
  ]
}