Examine source code of Add to Rocket-List

Inspect and view changes in Add to Rocket-List 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
{
  "manifest_version": 3,
  "name": "__MSG_extension_name__",
  "version": "1.2",
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "permissions": [
    "scripting",
    "activeTab",
    "storage"
  ],
  "icons": {
    "16": "images/rocketlist-favicon-16x16.png",
    "32": "images/rocketlist-favicon-32x32.png",
    "48": "images/rocketlist-favicon-48x48.png",
    "128": "images/rocketlist-favicon-128x128.png"
  },
  "background": {
    "service_worker": "service-worker.js"
  },
  "action": {
    "default_title": "__MSG_add_to_rocketlist__",
    "default_icon": {
      "16": "images/rocketlist-favicon-16x16.png",
      "32": "images/rocketlist-favicon-32x32.png",
      "48": "images/rocketlist-favicon-48x48.png",
      "128": "images/rocketlist-favicon-128x128.png"
    }
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}