Inspect and view changes in CPP Hub 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",
"manifest_version": 3,
"author": "pabloduenas64@gmail.com",
"name": "CPP Hub",
"version": "1.0.2",
"description": "Boost your CPP experience with easy access to essential links to campus platforms and resources. 🐎",
"action": {
"default_popup": "popup.html",
"default_title": "Go Broncos!",
"default_icon": {
"16": "icons/logo-16.png",
"48": "icons/logo-48.png",
"128": "icons/logo-128.png"
}
},
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"icons": {
"16": "icons/logo-16.png",
"48": "icons/logo-48.png",
"128": "icons/logo-128.png"
}
}