forked from arlogn/easyshare
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.85 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.85 KB
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
49
50
51
52
53
54
55
{
"preferences": [
{
"description": "Enter URL of your Diaspora* pod.",
"type": "string",
"name": "pref_podurl",
"value": "",
"title": "Pod URL"
},
{
"description": "Activates and shows a widget in the add-on bar to quickly send text-only posts.",
"type": "bool",
"name": "pref_widget",
"value": true,
"title": "Widget"
},
{
"description": "Advertises this add-on by adding 'via Easyshare' at the end of posts.",
"type": "bool",
"name": "pref_adveasyshare",
"value": true,
"title": "Advertise Easyshare"
},
{
"description": "If the Aspects drop-down menu isn't entirely shown you can increase the publisher window height.",
"type": "integer",
"name": "pref_publisherheight",
"value": 250,
"title": "Publisher window height"
},
{
"description": "",
"type": "string",
"name": "pref_bitlylogin",
"value": "",
"title": "Bitly login"
},
{
"description": "Uses your own Bitly API credentials to shorten URLs or leave above fields blank if you want use the internal ones.",
"type": "string",
"name": "pref_bitlyapikey",
"value": "",
"title": "Bitly API key"
}],
"name": "d_easyshare",
"license": "GPLv3",
"author": "arlo gn",
"version": "0.5.2",
"fullName": "Diaspora* Easyshare",
"id": "jid1-gqfeTXcouyVkpg",
"description": "Easily share web content on your Diaspora* pod.",
"homepage": "http://arlogn.github.io/easyshare/",
"icon": "icons/icon.png",
"icon64": "icons/icon64.png"
}