Inspect and view changes in Eno® from Capital One® source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Eno® from Capital One®",
"description": "Shop more securely through your desktop browser with Eno®, your Capital One® assistant.",
"short_name": "Eno® from Capital One®",
"version": "5.2.0",
"icons": {
"16": "assets/images/app-icon.png",
"48": "assets/images/app-icon48.png",
"128": "assets/images/app-icon128.png"
},
"action": {
"default_icon": "assets/images/app-icon.png"
},
"content_scripts": [
{
"matches": [
"https://*/*",
"http://*/*"
],
"all_frames": true,
"css": [
"assets/css/dnd_card.css"
]
},
{
"matches": [
"https://*/*",
"http://*/*"
],
"all_frames": true,
"js": [
"content-scripts.min.js",
"cs.min.js",
"content-script.js"
]
},
{
"matches": [
"https://*.capitalone.com/*",
"http://*.capitalone.com/*"
],
"all_frames": true,
"js": [
"sic.js"
]
}
],
"background": {
"service_worker": "service-worker.min.js",
"type": "module"
},
"permissions": [
"activeTab",
"alarms",
"tabs",
"storage",
"cookies"
],
"host_permissions": [
"https://*.capitalone.com/*",
"http://*.capitalone.com/*",
"https://.capitalone.com/",
"http://.capitalone.com/"
],
"web_accessible_resources": [
{
"resources": [
"assets/*",
"index.html",
"ccswap.html",
"ccswap*.js",
"automaton.min.js"
],
"matches": [
"https://*/*",
"http://*/*"
]
}
],
"externally_connectable": {
"matches": [
"*://*.capitalone.com/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}