mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-28 21:17:36 +00:00
- social.js eye-view: site + tracker nodes render the site favicon via the
same-origin /social/favicon/{domain} proxy (7d cached, transparent 1×1
fallback so the tier circle shows through), clipped to the bubble.
- webext popup top-tracker list gains a 16px favicon per row (api.faviconUrl
helper). clients/webext-toolbox 0.1.2 ; /wg/toolbox.xpi tag-pin → webext-v0.1.2.
No IP/ASN displayed anywhere. secubox-toolbox 2.6.19.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
37 lines
1006 B
JSON
37 lines
1006 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "SecuBox ToolBoX — Cartographie sociale",
|
|
"version": "0.1.2",
|
|
"description": "Surface the SecuBox R3 toolbox live tracker analysis (cartographie sociale) in your browser: live badge, per-session trackers, mini Round-Eye graph, RGPD wipe + PDF report.",
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "secubox-toolbox-webext@cybermind.fr",
|
|
"strict_min_version": "115.0"
|
|
}
|
|
},
|
|
"permissions": ["storage", "alarms"],
|
|
"host_permissions": [
|
|
"*://*.secubox.in/*"
|
|
],
|
|
"action": {
|
|
"default_title": "SecuBox Cartographie",
|
|
"default_popup": "popup/popup.html",
|
|
"default_icon": {
|
|
"48": "icons/icon-48.png",
|
|
"128": "icons/icon-128.png"
|
|
}
|
|
},
|
|
"icons": {
|
|
"48": "icons/icon-48.png",
|
|
"128": "icons/icon-128.png"
|
|
},
|
|
"background": {
|
|
"service_worker": "background.js",
|
|
"scripts": ["api.js", "background.js"]
|
|
},
|
|
"options_ui": {
|
|
"page": "options/options.html",
|
|
"open_in_tab": true
|
|
}
|
|
}
|