This repository has been archived by the owner on Feb 21, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.91 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"id": "jid1-B55lLl4Yu1Y9Fw",
"version": "1.0",
"name": "coopfox",
"fullName": "CoopFox",
"description": "Collaborative Web Browsing in Firefox (master's thesis at the Cooperative Media Lab, University of Bamberg, Germany)",
"author": "Ralf Strobel",
"license": "MPL 2.0",
"icon": "data/images/icon.png",
"icon64": "data/images/icon64.png",
"preferences": [
{
"name": "alwaysConnected",
"title": "Always Stay Connected",
"description": "Connect on FireFox startup and do not disconnect, even when no sidebar is active.",
"type": "bool",
"value": false
},
{
"name": "allWindows",
"title": "Enable for New Windows",
"description": "Show the CoopFox sidebar by default in new windows.",
"type": "bool",
"value": false
},
{
"name": "publishUrl",
"title": "Show URL to Coop Partners",
"description": "CoopChat parters can see the web page in your active tab by default (can be changed per session).",
"type": "bool",
"value": true
},
{
"name": "syncColors",
"title": "Synchronize Colors",
"description": "Determine the colors of CoopChat contacts by their join order, so that all participants see them identically. Otherwise, you will always show up red and other colors will be random.",
"type": "bool",
"value": false
},
{
"name": "ignoreBadCerts",
"title": "Ignore Invalid Server Certificates",
"description": "Connect to XMPP servers using encrypted communication, even if they do not provide a trusted SSL certificate. If you disable this option, you will be prompted once for each server.",
"type": "bool",
"value": true
}
]
}