Reway

Reway

Your Personal Shopping Co-Pilot for Saving Money and the Planet.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Reway",
  "description": "Your Personal Shopping Co-Pilot for Saving Money and the Planet.",
  "version": "3.3",
  "icons": {
    "16": "./assets/s16.png",
    "32": "./assets/s32.png",
    "128": "./assets/s128.png"
  },
  "content_scripts": [
    {
      "js": [
        "./main.js"
      ],
      "matches": [
        "https://www.amazon.in/*",
        "https://www.flipkart.com/",
        "https://flipkart.com/",
        "https://www.meesho.com/",
        "https://meesho.com/",
        "https://www.myntra.com/",
        "https://myntra.com/",
        "https://www.jiomart.com/"
      ],
      "css": [
        "styles.css"
      ]
    }
  ]
}