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": "Saving With Shayna", "version": "1.0.3", "description": "Saving With Shayna Exclusive Coupon Extension! Get the best deals and discounts on your favorite products!", "permissions": [ "activeTab", "clipboardWrite", "storage" ], "host_permissions": [ "<all_urls>" ], "action": { "default_icon": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" } }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "bg\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "libs\/arrive.min.js", "common\/Config.js", "common\/Messages.js", "common\/utils.js" ], "run_at": "document_idle" }, { "matches": [ "<all_urls>" ], "js": [ "contentScripts\/popup.js", "contentScripts\/main.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/www.google.com\/search*" ], "js": [ "contentScripts\/google.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "icons\/*" ], "matches": [ "<all_urls>" ] } ] }