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": "Scroll Table of Contents",
"version": "1.0",
"description": "Browse easily with 'Scroll Table of Contents' \u2013 your Chrome extension for web exploration and quick access to content sections.",
"permissions": [
"activeTab"
],
"action": {
"default_icon": {
"48": "assets\/1x\/logo48.png",
"128": "assets\/1x\/logo128_1.png"
},
"default_popup": "popup.html",
"default_title": "Page Overview"
},
"icons": {
"48": "assets\/1x\/logo48.png",
"128": "assets\/1x\/logo128_1.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"css": [
"content.css"
]
}
]
}