Inspect and view changes in Cloudeagle 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": 2,
"name": "Cloudeagle",
"description": "Web extension which can be shipped to multiple browsers.",
"version": "0.0.1",
"icons": {
"16": "icon16.d23480cf.png",
"32": "icon32.f0324932.png",
"48": "icon48.2a148875.png",
"128": "icon128.dc82321f.png"
},
"browser_action": {
"default_icon": "icon128.dc82321f.png",
"default_popup": "popup.8fd21fa9.html"
},
"content_scripts": [
{
"matches": [
"*://github.com/parcel-bundler/*"
],
"js": [
"content.da4bff51.js"
],
"css": []
}
],
"background": {
"scripts": [
"background.0be0d301.js"
],
"persistent": true
},
"options_ui": {
"page": "options.a7b0bbdd.html",
"open_in_tab": true
},
"permissions": [
"tabs",
"storage",
"idle",
"https://www.example.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "{ec7383d6-9757-4aed-b7be-c749621be0e6}"
}
}
}