Examine source code of Fitalyst Dash Browser Extension

Inspect and view changes in Fitalyst Dash Browser Extension 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": "Fitalyst Dash Browser Extension",
  "version": "1.1.9.2",
  "description": "Fitalyst Dash Browser Extension",
  "short_name": "Fitalyst Dash",
  "permissions": [],
  "host_permissions": [
    "*://ec2-3-144-236-30.us-east-2.compute.amazonaws.com/*",
    "http://ec2-3-144-236-30.us-east-2.compute.amazonaws.com:3002"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "author": "Fitalyst Dash",
  "minimum_chrome_version": "88",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "js/background.bundle.js"
  }
}