Examine source code of SpaceRead Doctor Rating Lookup

Inspect and view changes in SpaceRead Doctor Rating Lookup 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": "SpaceRead Doctor Rating Lookup",
  "version": "1.3",
  "description": "Easily look up doctor reviews on SpaceRead by right-clicking email addresses or highlighted text.",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "logo32.png",
    "48": "logo32.png",
    "128": "logo192.png"
  }
}