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": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "4.1", "action": { "default_popup": "popup\/popup.html", "default_title": "Search this site", "default_icon": { "128": "icons\/search_website_128.png" } }, "permissions": [ "storage", "activeTab" ], "icons": { "128": "icons\/search_website_128.png" }, "content_security_policy": { "extension_pages": "default-src 'self';" }, "homepage_url": "https:\/\/search-website.pdfwork.com", "background": { "service_worker": "js\/background.sw.js" }, "default_locale": "en", "side_panel": { "default_path": "sidepanel.html" }, "options_ui": { "page": "options\/options.html", "open_in_tab": false } }