Woolworths Trend Firefox

Examine source code of Woolworths Trend

Inspect and view changes in Woolworths Trend source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Woolworths Trend",
  "version": "1.1",
  "description": "A simple extension that adds historical price trends to woolworths.com.au",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.woolworths.com.au/*"
      ],
      "js": [
        "content.js",
        "lib/chart.js",
        "lib/chartjs-plugin-datalabels.js",
        "lib/dhg.js"
      ],
      "css": [
        "dhg-styles.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.woolworths.com.au/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "woolworths@dataholdings.group"
    }
  }
}

Best Woolworths Trend Alternatives

Here are some Firefox add-ons that are similar to Woolworths Trend: