Ecomobi Generate Link tool

Ecomobi Generate Link tool

Smart Generate Link By Ecomobi

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ecomobi Generate Link tool",
  "version": "1.6",
  "description": "Smart Generate Link By Ecomobi",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "js/jquery-1.12.4.min.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "declarativeContent",
    "storage",
    "contextMenus",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "images/favico.png",
    "default_title": "Tạo link nhanh",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.google.com/*"
      ],
      "js": [
        "js/jquery-1.12.4.min.js",
        "js/background.js"
      ]
    }
  ],
  "icons": {
    "16": "images/favico.png",
    "48": "images/favico.png",
    "128": "images/favico.png"
  },
  "web_accessible_resources": [
    "images/favico.png"
  ],
  "manifest_version": 2
}