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",
"name": "Scroll Button",
"version": "1.2",
"description": "Scroll to top or bottom of document using scroll button in a click. The button is draggable and resizable for easy positioning .",
"icons": {
"16": "img\/icon16.png",
"19": "img\/icon19.png",
"32": "img\/icon32.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"background": {
"page": "background.htm"
},
"options_page": "options.htm",
"permissions": [
"contextMenus",
"unlimitedStorage"
],
"web_accessible_resources": [
"js\/jquery.min.js",
"js\/jquery-ui.min.js",
"js\/jquery.idle-timer.js",
"js\/scroll-button.js",
"css\/jquery-ui.css",
"img\/content\/bottom-arrow.png",
"img\/content\/top-arrow.png"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"css\/jquery-ui.css"
],
"js": [
"js\/jquery.min.js",
"js\/jquery-ui.min.js",
"js\/jquery.idle-timer.js",
"js\/scroll-button.js"
]
}
],
"manifest_version": 2,
"homepage_url": "http:\/\/tejji.com\/"
}