Drop A to Wo (Testing)

Drop A to Wo (Testing)

Drop A to Wo (Testing)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Drop A to Wo (Testing)",
  "version": "2.0.2",
  "description": "Drop A to Wo (Testing)",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://www.aliexpress.com/",
    "https://www.aliexpress.ru/"
  ],
  "background": {
    "scripts": [
      "scripts/jquery-3.1.0.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js",
        "scripts/jquery-3.1.0.min.js",
        "extension.js",
        "popup.js"
      ],
      "run_at": "document_end"
    }
  ]
}