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": "Scrollbar Click",
"version": "2.1.0",
"description": "__MSG_Description__",
"default_locale": "en",
"icons": {
"16": "icons\/scrollbarClickicon16.png",
"48": "icons\/scrollbarClickicon48.png",
"128": "icons\/scrollbarClickicon128.png"
},
"permissions": [
"storage",
"activeTab"
],
"content_scripts": [
{
"js": [
"assets\/contentScript.ts-loader-64bef998.js"
],
"all_frames": true,
"matches": [
"<all_urls>"
],
"css": [
"assets\/contentScript-77e3030b.css"
]
}
],
"action": {
"default_title": "Scrollbar Click"
},
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/contentScript.ts-978d21e4.js"
],
"use_dynamic_url": false
}
]
}