Shopciable

Shopciable

La app para ayudar a los demás.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shopciable",
  "manifest_version": 2,
  "version": "1.0.4",
  "description": "La app para ayudar a los demás.",
  "content_scripts": [
    {
      "js": [
        "md5.js",
        "lib.js",
        "jquery.js",
        "content.js"
      ],
      "css": [
        "shopciable.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "resultado.png",
    "button_bg.png",
    "icon.png",
    "logo.png",
    "separator.png",
    "shape.png",
    "close.png"
  ],
  "browser_action": {
    "default_title": "Shopciable",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "homepage_url": "http://www.shopciable.com",
  "short_name": "Shopciable"
}