Official JSE Chrome App
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",
"name": "Official Jacksepticeye Chrome Extension",
"version": "0.2",
"manifest_version": 2,
"description": "Official JSE Chrome App",
"browser_action": {
"default_icon": "icon.png",
"default_title": "",
"default_popup": "extension.html"
},
"content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
"icons": {
"128": "icon.png"
}
}