-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
24 lines (24 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"title": "Disable WebRTC Indicator Overlay",
"name": "firefox-webrtc-indicator-overlay-remover",
"version": "0.1.3.12",
"description": "Removes the floating overlay that is displayed when the webcam or microphone are accessed. This add-on is meant for use in special environments like embedded applications or kiosk systems and should not be used on normal systems for privacy reasons.",
"main": "index.js",
"author": "Yann Leretaille",
"license": "MIT",
"homepage": "https://github.com/yannleretaille/firefox-addon-webrtcindicatorremover",
"license": "MIT",
"locales": {"en-US": {
"title":"Disable WebRTC Indicator Overlay",
"description":"Removes the floating overlay that is displayed when the webcam or microphone are accessed. This add-on is meant for use in special environments like embedded applications or kiosk systems and should not be used on normal systems for privacy reasons.",
"homepage":"https://github.com/yannleretaille/firefox-addon-webrtcindicatorremover"
}},
"engines": {
"firefox": ">=38.0a1"
},
"updateURL_OLD": "https://github.com/yannleretaille/firefox-addon-webrtcindicatorremover/raw/master/xpi/update.rdf",
"updateLink_OLD": "https://github.com/yannleretaille/firefox-addon-webrtcindicatorremover/raw/master/xpi/current.xpi",
"keywords": [
"jetpack"
]
}