Inspect and view changes in Bolha++ 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": "Bolha++",
"version": "2",
"description": "QOL improvements to Bolha.com",
"homepage_url": "https://github.com/LukaErnestini/BolhaEliminator/tree/main",
"icons": {
"128": "icons/main.png"
},
"permissions": [
"storage",
"activeTab"
],
"page_action": {
"show_matches": [
"https://www.bolha.com/*"
],
"browser_style": true,
"default_icon": "icons/toolbar-32.png",
"default_title": "Bolha++",
"default_popup": "popup/settings.html"
},
"content_scripts": [
{
"matches": [
"https://www.bolha.com/*"
],
"exclude_matches": [
"https://www.bolha.com/",
"https://www.bolha.com/moja-bolha/*"
],
"js": [
"content-scripts/bolhapp.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{57517415-2527-476b-823e-df2a1f48ab25}"
}
}
}