Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "qui",
"description": "Add torrents to qBittorrent instances managed by qui \u2014 right-click any magnet or torrent link to send it directly.",
"version": "0.2.1",
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"storage",
"contextMenus",
"notifications",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"browser_specific_settings": {
"gecko": {
"id": "qui@s0up4200",
"data_collection_permissions": {
"required": [
"none"
],
"optional": []
}
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "qui",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"js": [
"content-scripts\/content.js"
]
}
]
}