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": "Deal Access Hub - The Best Deals, Coupons, Promo Codes & Discounts", "version": "0.0.1", "description": "Get the best discount offers for your company, startup or personal projects", "permissions": [ "storage", "notifications" ], "background": { "service_worker": "assets\/js\/background.js" }, "action": { "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "assets\/js\/content.js" ], "run_at": "document_end" } ] }