Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.7.7",
"background": {
"service_worker": "pages\/background.js"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"src\/sscr.js",
"src\/middlemouse.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
],
"exclude_globs": [
"*.pdf*"
],
"run_at": "document_start"
},
{
"js": [
"promo\/mac_promo.js"
],
"matches": [
"*:\/\/www.smoothscroll.net\/*",
"*:\/\/www.smoothscroll.net.s3-website-us-east-1.amazonaws.com\/*"
],
"run_at": "document_start"
}
],
"description": "Scroll smoothly on all websites with your mouse and keyboard.",
"icons": {
"16": "img\/16n.png",
"32": "img\/32n.png",
"48": "img\/48n.png",
"128": "img\/128n.png"
},
"name": "SmoothScroll",
"options_page": "pages\/options.html",
"manifest_version": 3,
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"img\/cursor.svg"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"action": {
"default_popup": "pages\/popup.html",
"default_icon": {
"16": "img\/16n.png",
"32": "img\/32n.png",
"48": "img\/48n.png",
"128": "img\/128n.png"
}
}
}