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": "Eno\u00ae from Capital One\u00ae", "description": "Shop more securely through your desktop browser with Eno\u00ae, your Capital One\u00ae assistant.", "short_name": "Eno\u00ae from Capital One\u00ae", "version": "5.1.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" }, "commands": { "_execute_action": { "suggested_key": { "windows": "Ctrl+Shift+E", "mac": "Command+Shift+E", "chromeos": "Ctrl+Shift+E", "linux": "Ctrl+Shift+E" } } }, "permissions": [ "activeTab", "alarms", "tabs", "storage", "cookies" ], "host_permissions": [ "https:\/\/*.capitalone.com\/*", "http:\/\/*.capitalone.com\/*", "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\/*" ] }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAu028cNZuSZ52TZSkt+YkwcL+iHbz+Lzf2i7\/jGTzaT1BPYM8R4poBMhRK219PbZA0oJmPGJrdcbbRONmIHSwPNUb+YE+nI3RRjFEEo9aoJg8Q3YRiS2ANFaWF7SeCxXtg+z09Qp+gIHalFlnx6H+txmGYt9ZHSKKSTaG6C5yTccsmdjBVw3k+FEc8QsAv3wfPQ\/6T2oePEZvP+VvjudYylanVZ3IpF0kW7t9uRP9ge9E2cD2x+AmSiSYsPjL1ybBEzwCaVC9sDHPzt\/SIMjhNz5upovDIoXpp8op4JobPUXB7JtshlLEzJuD96N4tmHfjUIch8Q+YlX0LD7k\/GLTeQIDAQAB", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }