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": "What Is The Theme - WordPress theme detector", "version": "1.2.3", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery-3.2.1.min.js" ], "matches": [ "<all_urls>" ], "run_at": "document_end" } ] }