MallStand Eyeing Button

MallStand Eyeing Button

Eye and share interesting things you find on the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MallStand Eyeing Button",
  "description": "Eye and share interesting things you find on the web.",
  "version": "1.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "eyeing.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "tabs",
    "https://www.mallstand.com/extend.eyeing.php"
  ]
}