Examine source code of MicroMove: Breathing Exercises

Inspect and view changes in MicroMove: Breathing Exercises source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MicroMove: Breathing Exercises",
  "short_name": "MicroMove",
  "description": "Feel refreshed in just 1 minute. Get guided breathing exercises directly in your browser in every new tab.",
  "version": "1.2.0",
  "minimum_chrome_version": "102",
  "icons": {
    "16": "icon_action16.png",
    "32": "icon_action32.png",
    "48": "icon_action48.png",
    "128": "icon_action128.png"
  },
  "action": {
    "default_icon": {
      "16": "icon_action16.png",
      "32": "icon_action32.png",
      "48": "icon_action48.png",
      "128": "icon_action128.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "src/pages/dashboard.html"
  },
  "host_permissions": [
    "https://www.dailymicromove.com/*"
  ]
}