Inspect and view changes in UCI - Confluence Enhancements 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
{
"browser_specific_settings": {
"gecko": {
"id": "{68607f1e-3103-4a98-aa01-08f273e824ec}",
"strict_min_version": "109.0"
}
},
"description": "This add-on injects JavaScript into atlassian web pages to improve the experience.",
"manifest_version": 3,
"name": "uci confluence enhancements",
"version": "1.1",
"icons": {
"48": "icons/48px.png"
},
"action": {
"default_icon": {
"32": "icons/48px.png"
},
"default_title": "UCI - Confluence Enhancements",
"default_popup": "confluence-loading-hide-popup.html"
},
"content_scripts": [
{
"matches": [
"*://*.atlassian.net/*"
],
"js": [
"confluence-loading-hide.js",
"confluence-loading-hide-popup-content.js"
]
}
]
}