Examine source code of Scrapy

Inspect and view changes in Scrapy 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
{
  "name": "Scrapy",
  "version": "5.0.2",
  "manifest_version": 3,
  "description": "Scrapy is a website and browser extension that allows users to track the price history of products on various South African stores.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "firefox@scrapy.co.za",
      "strict_min_version": "107.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://scrapy.co.za/*",
        "https://staging.scrapy.co.za/*",
        "https://www.takealot.com/*",
        "https://www.geewiz.co.za/*",
        "https://www.wootware.co.za/*",
        "https://www.diyelectronics.co.za/*",
        "https://www.evetech.co.za/*",
        "https://www.incredible.co.za/*",
        "https://www.robotics.org.za/*",
        "https://www.hificorp.co.za/*",
        "https://www.yuppiechef.com/*",
        "https://www.makro.co.za/*",
        "https://www.woolworths.co.za/*",
        "https://greatyellowbrick.co.za/*",
        "https://www.loot.co.za/*"
      ],
      "js": [
        "src/main.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/sites/staging.scrapy.js",
        "src/sites/scrapy.js",
        "src/sites/diyelectronics.js",
        "src/sites/evetech.js",
        "src/sites/geewiz.js",
        "src/sites/greatyellowbrick.js",
        "src/sites/helper.js",
        "src/sites/hificorp.js",
        "src/sites/incredible.js",
        "src/sites/makro.js",
        "src/sites/robotics.js",
        "src/sites/scrapy.js",
        "src/sites/takealot.js",
        "src/sites/woolworths.js",
        "src/sites/wootware.js",
        "src/sites/yuppiechef.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_ui": {
    "page": "src/options/options.html"
  },
  "action": {
    "default_icon": "icons/icon16.png",
    "default_popup": "src/popup/popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ]
}