Amazon.de Shopping Suche

Amazon.de Shopping Suche

Amazon.de Shopping Suche ist der beste und schnellste Weg Artikel auf amazon.de zu suchen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Amazon.de Shopping Suche",
  "description": "Amazon.de Shopping Suche ist der beste und schnellste Weg Artikel auf amazon.de zu suchen",
  "version": "1.4",
  "minimum_chrome_version": "23.0",
  "permissions": [
    "tabs"
  ],
  "optional_permissions": [],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "icons/icon19.png",
      "38": "icons/icon38.png"
    },
    "default_title": "Amazon.de Shopping Suche",
    "default_popup": "html/popup.html"
  },
  "web_accessible_resources": [
    "lib/js/jquery-2.0.3.min.js",
    "lib/js/jquery-2.0.3.min.map"
  ]
}