{
  "short_name": "MindFlow",
  "name": "MindFlow — Focus Without the Noise",
  "description": "A premium ADHD-aware focus workspace with ambient soundscapes, a growing garden, and a built-in AI coach. Free. No account needed.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "iarc_rating_id": "e843813e-f14b-4bbf-85f0-8c292f7f9b8c",
  "theme_color": "#0a0a0f",
  "background_color": "#0a0a0f",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "tabbed",
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "categories": [
    "productivity",
    "utilities"
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.mindflow.app",
      "id": "com.mindflow.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/mindflow/id123456789"
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "MindFlow Premium ADHD-Aware Desktop Workspace"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "MindFlow Premium ADHD-Aware Mobile Companion"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Timer",
      "short_name": "Start Focus",
      "description": "Instantly start a 25-minute focus session",
      "url": "/?action=start-focus",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Task Planner",
      "short_name": "Tasks",
      "description": "View and plan your current brain dump tasks",
      "url": "/?action=tasks",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "note_taking": {
    "new_note_url": "/?action=new-note"
  },
  "file_handlers": [
    {
      "action": "/?action=import-backup",
      "accept": {
        "application/json": [
          ".json"
        ]
      },
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "launch_handler": {
    "client_mode": [
      "focus-existing",
      "auto"
    ]
  },
  "protocol_handlers": [
    {
      "protocol": "web+mindflow",
      "url": "/?uri=%s"
    }
  ],
  "share_target": {
    "action": "/?action=share-dump",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "scope_extensions": [
    {
      "type": "origin",
      "origin": "https://mindflow-silk.vercel.app"
    },
    {
      "type": "origin",
      "origin": "https://mindflow.app"
    }
  ]
}
