{
  "name": "Resistaa",
  "short_name": "Resistaa",
  "id": "/",
  "description": "ADHD task paralysis tool. Describe what you can't start. Get one action.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "background_color": "#fafaf9",
  "theme_color": "#1c1917",
  "orientation": "portrait-primary",
  "categories": ["health", "productivity"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Unblock now",
      "short_name": "Unblock",
      "description": "Describe what you can't start",
      "url": "/?source=shortcut",
      "icons": [{ "src": "/icon", "sizes": "32x32" }]
    }
  ]
}
