{
  "name": "Untangle",
  "short_name": "Untangle",
  "description": "Plan your life around your actual capacity. Your data lives in your own Drive. A Webbybrain app — Head.",
  "id": "/?source=pwa",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF6F1",
  "theme_color": "#5E6F8C",
  "categories": ["productivity", "health", "lifestyle"],
  "icons": [
    {
      "src": "/img/untangle-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/img/untangle-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/untangle-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/quick",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Brain dump",
      "short_name": "Dump",
      "description": "Open straight to a fresh brain dump",
      "url": "/dump",
      "icons": [{ "src": "/img/untangle-mark.svg", "sizes": "any" }]
    },
    {
      "name": "Today's plan",
      "short_name": "Today",
      "description": "Today's capacity-flexed plan",
      "url": "/plan",
      "icons": [{ "src": "/img/untangle-mark.svg", "sizes": "any" }]
    },
    {
      "name": "Capacity check-in",
      "short_name": "Capacity",
      "description": "How are you today?",
      "url": "/capacity",
      "icons": [{ "src": "/img/untangle-mark.svg", "sizes": "any" }]
    }
  ]
}
