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": "Wordpress Admin Menu Search", "version": "1.0.1", "manifest_version": 3, "description": "Adds a search bar to every Wordpress Menu", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "src\/inject\/inject.js" ] } ] }