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, "default_locale": "en", "name": "Shopify Store Inspector and Analyzer", "version": "2024.06.05", "description": "Shopify Store Inspector and Analyzer", "oauth2": { "client_id": "571085149187-4c33sprp91hik3r6c7ivhqe3p6i8cmf3.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] }, "options_page": "src\/pages\/options\/index.html", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "34.png" }, "icons": { "34": "34.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "src\/pages\/contentInjected\/index.js" ], "css": [ "assets\/css\/contentStyle1717561523760.chunk.css" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "<all_urls>" ], "js": [ "src\/pages\/contentUI\/index.js" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "windchat.png", "google.svg", "assets\/css\/*.css", "128.png", "34.png" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "activeTab", "tabs", "storage" ], "host_permissions": [ "<all_urls>" ] }