Basket – The Shopping Agent Firefox

Examine source code of Basket – The Shopping Agent

By: Basket
Inspect and view changes in Basket – The Shopping Agent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Basket",
  "version": "3.2.8",
  "default_locale": "en_GB",
  "icons": {
    "16": "assets/icons/production/favicon-16px.png",
    "32": "assets/icons/production/favicon-32px.png",
    "48": "assets/icons/production/favicon-48px.png",
    "128": "assets/icons/production/favicon-128px.png"
  },
  "description": "Save what you love, track price drops, and auto-apply discount codes, all from your browser.",
  "homepage_url": "https://app.trybasket.com",
  "short_name": "Basket",
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "contextMenus",
    "alarms",
    "webRequest",
    "scripting"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "author": "Intent Technologies",
  "action": {
    "default_icon": {
      "16": "assets/icons/production/favicon-16px.png",
      "32": "assets/icons/production/favicon-32px.png",
      "48": "assets/icons/production/favicon-48px.png",
      "128": "assets/icons/production/favicon-128px.png"
    },
    "default_title": "Basket",
    "browser_style": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "browser-polyfill.js",
        "js/content-script.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "js/background.bundle.js",
    "scripts": [
      "browser-polyfill.js",
      "js/background.bundle.js"
    ]
  },
  "commands": {
    "save-to-quick-saves": {
      "suggested_key": {
        "default": "Alt+B",
        "mac": "Alt+B"
      },
      "description": "Save item to Quick Saves"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.svg",
        "images/*.gif",
        "images/*.png",
        "assets/fonts/**/*.ttf"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{eb2131dc-dcfa-4c34-a256-a44bffc3ef29}"
    }
  },
  "browser_action": {
    "browser_style": false
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  }
}

Best Basket – The Shopping Agent Alternatives

Here are some Firefox add-ons that are similar to Basket – The Shopping Agent: