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 to Bottom", "version": "3.0.0", "description": "Just a Scroll to Bottom Button", "icons": { "16": "icon24.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon24.png", "default_title": "Scroll to Bottom" }, "permissions": [ "storage", "activeTab", "scripting" ], "options_page": "settings.html", "manifest_version": 3 }