Examine source code of AutoRx

Inspect and view changes in AutoRx 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": "AutoRx",
  "description": "Building AI based service recommendations for Tekmetric!",
  "version": "1.0.4",
  "minimum_chrome_version": "116",
  "action": {
    "default_title": "AutoRx"
  },
  "side_panel": {
    "default_path": "index.html"
  },
  "permissions": [
    "activeTab",
    "sidePanel",
    "storage",
    "tabs"
  ],
  "icons": {
    "48": "logo48.png",
    "128": "logo160.png",
    "320": "logo320.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}