Inspect and view changes in Deal Panel BB-8 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"action": {
"default_icon": "img/icon.png",
"default_title": "Click here!"
},
"background": {
"service_worker": "background.js"
},
"content_security_policy": {
"extension_pages": "script-src 'self';object-src 'self'",
"sandbox": "sandbox allow-scripts; script-src-elem 'self' https://www2.grouponcdn.com/browse/assets/home_desktop-deaa6dbbb1.js"
},
"description": "One click access/navigation to deal and merchant related resources",
"host_permissions": [
"http://*/",
"https://*/",
"*://*.livingsocial.com/*",
"*://*.groupon.com/*",
"*://*.groupondev.com/*",
"http://localhost:3070/*",
"http://dealpanel-staging.groupondev.com/*"
],
"icons": {
"32": "img/icon32.png",
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"manifest_version": 3,
"name": "Deal Panel BB-8",
"permissions": [
"activeTab",
"tabs",
"clipboardWrite",
"cookies",
"storage",
"scripting"
],
"version": "2024.11.12",
"web_accessible_resources": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"resources": [
"js/*",
"html/*",
"img/*",
"settings/*",
"styles/*",
"js/content.js"
]
}
]
}