Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"default_locale": "en",
"version": "2.1.16",
"description": "__MSG_description__",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp7hTYeoSpV8BRLMMsOSh6jExyzTRlcSzBOR4LFlgQK1cIulXt9fHpirljh4qYXmeLRr1ckyJij19yolINrUjZ5Qgr1lpL3iCEs8H0qK3ve7f+WVWBGdHo\/+DFYoZi4P8wKko\/BtwULq962J7qPlb6nQPC+DXzw5VLEMcfy2Y9r27pyt7rdF9hOA+ojOsAFij\/K4\/T6N+GZBrgI4ScEblcxBscDEb1o1F\/j\/zH\/9iKY9mri2hZYf7GcsG04RANueKKWQVFqrE31eiPLQBAPbgzIhNwWdksXs5KsfRD6s9E5EBVdJ74quVSIY+NghoIjzy9FFk7fmzWEJuuMSsgAIaKQIDAQAB",
"minimum_chrome_version": "100",
"action": {
"default_icon": {
"24": ".\/assets\/logo\/grayscale.png"
}
},
"background": {
"service_worker": ".\/dist\/background\/bg.global.js"
},
"icons": {
"16": "\/assets\/logo\/16x16.png",
"48": "\/assets\/logo\/48x48.png",
"128": "\/assets\/logo\/128x128.png"
},
"permissions": [
"tabs",
"storage",
"scripting",
"webNavigation",
"webRequest",
"management",
"cookies",
"alarms"
],
"host_permissions": [
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/index.global.js",
"dist\/contentScripts\/auto-apply-coupons.css",
"dist\/contentScripts\/search-badge.css",
"assets\/**",
"fonts\/**"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/api.dontpayfull.com https:\/\/events.dpf.cloud https:\/\/sentry.dpf.cloud https:\/\/www.google-analytics.com"
}
}