[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #21270 [Applications/Tor Browser]: TBB noscript settings break WebExtensions addons
#21270: TBB noscript settings break WebExtensions addons
--------------------------------------+--------------------------
Reporter: replaythesong | Owner: tbb-team
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Applications/Tor Browser | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------------------+--------------------------
Comment (by replaythesong):
Sorry, should have previewed before posting; wiki formatting has
misinterpreted the square brackets in manifest.json, and hidden the addon
id because it looks like an email address. The file contents should be:
{{{
{
"manifest_version": 2,
"name": "Ping Test",
"version": "1.0",
"description": "Tiny extension which pings the console from a bg
script.",
"background": {
"scripts": ["ping.js"]
},
"applications": {
"gecko": {
"id": "ping@xxxxxxx",
"strict_min_version": "42.0",
"strict_max_version": "50.*"
}
}
}
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21270#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs