Utorrent For Chrome - Integration Module

Utorrent For Chrome - Integration Module

Integration Module For Utorrent, Utorrent For Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "service_worker.js"
  },
  "action": {
    "default_icon": {
      "16": "icon/icon16.png",
      "48": "icon/icon48.png",
      "96": "icon/icon96.png",
      "128": "icon/icon128.png"
    }
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "96": "icon/icon96.png",
    "128": "icon/icon128.png"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Search",
      "keyword": "Search",
      "search_url": "https://www.howtodowork.com/wp-json/wl/v1/search?q={searchTerms}",
      "favicon_url": "https://www.howtodowork.com/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "options_ui": {
    "open_in_tab": true,
    "page": "options/options.html"
  },
  "permissions": [
    "storage",
    "contextMenus",
    "notifications"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icon/icon96.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "https://localhost/*",
    "*://*/"
  ],
  "short_name": "Utorrent",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.4"
}