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": "WP-Search - WordPress Theme, Plugin, Hosting Detector", "version": "1.0.1", "homepage_url": "https:\/\/wp-search.org", "icons": { "16": "icon-wp-search-backcolor-16.png", "32": "icon-wp-search-backcolor-32.png", "48": "icon-wp-search-backcolor-48.png", "128": "icon-wp-search-backcolor-128.png" }, "description": "Detect WordPress theme, plugins, hosting. Additionally, it can also detect CMS such as Wix, Squarespace, Shopify, etc.", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icon-wp-search-backcolor-16.png", "32": "icon-wp-search-backcolor-32.png", "48": "icon-wp-search-backcolor-48.png" }, "default_title": "WP-Search" }, "content_security_policy": { "extension_pages": "default-src 'self'" }, "externally_connectable": { "matches": [ "https:\/\/wp-search.org\/*" ], "accepts_tls_channel_id": false }, "permissions": [ "activeTab", "scripting" ] }