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": "Side Search Panel", "version": "1.0.2", "description": "Activate this extension to open the side panel. Search for anything, and get result in new tab.", "permissions": [ "activeTab", "sidePanel", "windows", "notifications" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "Icons\/Icon16.png", "32": "Icons\/Icon32.png", "64": "Icons\/Icon64.png", "128": "Icons\/Icon128.png" } }, "icons": { "16": "Icons\/Icon16.png", "32": "Icons\/Icon32.png", "64": "Icons\/Icon64.png", "128": "Icons\/Icon128.png" }, "host_permissions": [ "<all_urls>" ], "side_panel": { "default_path": "sidepanel.html" }, "web_accessible_resources": [ { "resources": [ "sidepanel.html" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" } }