Seesiu

Seesiu

Seesiu: Earn rewards whilst shopping greener for FREE!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Seesiu",
  "description": "Seesiu: Earn rewards whilst shopping greener for FREE!",
  "version": "1.1.9",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Seesiu: Earn rewards whilst shopping greener for FREE!"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "css": [
        "index.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "cookies",
    "http://localhost:3000/",
    "*://localhost:3000",
    "tabs",
    "*://*/",
    "https://*.google.com/",
    "https://api.seesiu.com/",
    " https://itscooltoshopgreener.seesiu.com/"
  ],
  "web_accessible_resources": [
    "*.html",
    "images/*.png",
    "style/secure_extension.css",
    "script/secure_extension.js",
    "template.html"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self' https://extension.resource.com "
}