ShopAwesome

ShopAwesome

Your own, online shopping assistant!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ShopAwesome",
  "version": "1.222",
  "description": "Your own, online shopping assistant!",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.gstatic.com/ https://*.firebaseio.com https://www.googleapis.com; object-src 'self'",
  "permissions": [
    "identity",
    "tabs",
    "storage",
    "https://techvani.pythonanywhere.com/*",
    "https://shopawesome.pythonanywhere.com/*",
    "https://www.amazon.in/*"
  ],
  "icons": {
    "16": "awesome_robo_2.png",
    "48": "awesome_robo_2.png",
    "128": "awesome_robo_2.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://paytmmall.com/*",
        "https://www.paytmmall.com/*",
        "https://www.flipkart.com/*",
        "https://www.amazon.in/*",
        "https://www.croma.com/*",
        "https://www.tatacliq.com/*"
      ],
      "exclude_globs": [
        "*chrome*"
      ],
      "run_at": "document_end",
      "js": [
        "dontSee_B.js",
        "dontSee_T_whistles.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "dontSeeDA.js",
      "dontSeeBul.js"
    ]
  },
  "browser_action": {
    "default_icon": "awesome_robo_2.png",
    "default_title": "we help you get the best price!",
    "default_popup": "dontSeeh.html"
  }
}