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": "Chirpyest: Best Cash Back Shopping",
"version": "3.0.9",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuucJOj\/X\/JlwvsgsTdpKCc0AC5t7VPwVx7f\/bOCGa89U6n8wPj\/UDpPM1mn6Q633Vz+JvHOlmWdYNEbq8ksC\/HbXM4Ar1F+RajJC1dbjngtI6p4\/cDuJHruFoMSig6vPhW5p6XVIFWAMwNVHwbyZKdfQ7Ws5v5VmKGLGllpff6lwI0acrZWQgacn\/LzFhJrQO08Hgw3Ux2fbLmVzDHfW+3NPcJ\/KkRffy84Uinzpi7YWHx\/U\/OYl053mYFjIrRRiO7eGFHLnWV44lkQqy9YAalSZsVBXsvzjxed55tvX9OaSVEecbZPwWKxOyKwOSOdkHf6uL6eXzm3M3Pu75+zjtwIDAQAB",
"description": "Shop, share, and earn cash back!",
"icons": {
"16": "icons\/chirpyest16x16.png",
"32": "icons\/chirpyest32x32.png",
"48": "icons\/chirpyest48x48.png",
"128": "icons\/chirpyest128x128.png"
},
"background": {
"service_worker": "scripts\/background.js",
"type": "module"
},
"permissions": [
"activeTab",
"tabs",
"storage",
"unlimitedStorage",
"alarms",
"webNavigation",
"webRequest"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/content.js",
"scripts\/index.js"
],
"run_at": "document_start",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*",
"images\/*",
"styles\/modalReset.css"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"https:\/\/static.klaviyo.com\/*",
"https:\/\/static-tracking.klaviyo.com\/*"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"action": {
"default_icon": {
"16": "icons\/chirpyest-disabled-16x16.png",
"32": "icons\/chirpyest-disabled-32x32.png",
"48": "icons\/chirpyest-disabled-48x48.png",
"128": "icons\/chirpyest-disabled-128x128.png"
},
"default_title": "Chirpyest: Best Cash Back Shopping",
"default_popup": "index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"externally_connectable": {
"matches": [
"*:\/\/*.chirpyest.com\/*"
]
}
}