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": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.7", "manifest_version": 3, "default_locale": "en", "permissions": [ "activeTab", "storage", "sidePanel", "tabs", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "One-Click SEO Links" }, "side_panel": { "default_path": "sidepanel.html" }, "options_page": "options.html", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'none'" } }