Integration Module For Utorrent, Utorrent For Chrome
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"action": {
"default_icon": {
"16": "icon/icon16.png",
"48": "icon/icon48.png",
"96": "icon/icon96.png",
"128": "icon/icon128.png"
},
"default_popup": "popup.html"
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"16": "icon/icon16.png",
"48": "icon/icon48.png",
"96": "icon/icon96.png",
"128": "icon/icon128.png"
},
"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": "2.0.3"
}