-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmanifest.webapp
More file actions
executable file
·51 lines (51 loc) · 1.15 KB
/
manifest.webapp
File metadata and controls
executable file
·51 lines (51 loc) · 1.15 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
{
"name": "Copy Paste Keyboard",
"description": "Copy/paste for Firefox OS.",
"version": "1.3-beta",
"type": "privileged",
"role": "input",
"launch_path": "/settings.html",
"developer": {
"name": "CodingFree",
"url": "https://github.com/CodingFree/CopyPaste"
},
"permissions": {
"input": {
"description": "Send data to user focused input fields."
}
},
"inputs": {
"lol": {
"launch_path": "/index.html",
"name": "Copy Paste",
"description": "Copy/paste for Firefox OS.",
"types": [
"text",
"url",
"number"
]
}
},
"icons": {
"30": "/style/icons/icon-30.png",
"32": "/style/icons/icon-32.png",
"45": "/style/icons/icon-45.png",
"60": "/style/icons/icon-60.png",
"90": "/style/icons/icon-90.png",
"120": "/style/icons/icon-120.png",
"128": "/style/icons/icon-128.png",
"256": "/style/icons/icon-256.png"
},
"locales": {
"ca": {
"name": "Teclat per copiar i enganxar"
},
"en-US": {
"name": "Copy Paste Keyboard"
},
"es": {
"name": "Teclat para copiar y pegar"
}
},
"default_locale": "en-US"
}