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": "AliExpress Coupon Finder", "version": "1.0", "manifest_version": 3, "description": "Find AliExpress coupons when you shop online", "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_title": "AliExpress Coupon Finder" }, "host_permissions": [ "<all_urls>" ], "icons": { "16": "assets\/icon.png", "48": "assets\/icon.png", "128": "assets\/icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "holder.js" ], "css": [ "holder.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.css", "assets\/icon.png", "assets\/store.png", "assets\/extension-tick.svg", "assets\/copyIcon.svg", "assets\/redirectIcon.svg", "assets\/tickIcon.svg", "assets\/icon.svg" ], "matches": [ "<all_urls>" ] } ] }