forked from yakushi/pstttwtr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.webapp
44 lines (44 loc) · 1.47 KB
/
manifest.webapp
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
{
"name": "Tweet this page",
"description": "Adds \"Tweet this page\" to the browser's \"Share with\" menu. Users can now easily share visiting web page using Twitter.",
"version": "0.2.1",
"default_locale": "en",
"locales": {
"eo": {
"name": "Pepu ĉi tiun paĝon",
"description": "Ĝi aldonas \"Pepu ĉi tiun paĝon\" al menuo \"Kunhavigi per\" de la retumilo. Uzantoj nun povas facile kunhavigi retpaĝojn per Twitter."
},
"it": {
"name": "Twitta questa pagina",
"description": "Aggiunge \"Twitta questa pagina\" al menu \"Condividi con\" del browser. Gli utenti ora possono facilmente condividere le pagine web su Twitter."
},
"ja": {
"name": "このページをツイート",
"description": "ブラウザーの「共有」メニューに「このページをツイート」を追加します。訪問中のページをより簡単にTwitterで共有できます。"
}
},
"launch_path": "/index.html",
"icons": {
"128": "/icons/icon128x128.png",
"512": "/icons/icon512x512.png"
},
"developer": {
"name": "Takeshi Kurosawa",
"url": "https://github.com/takenspc"
},
"type": "privileged",
"permissions": {},
"activities": {
"share": {
"href": "./index.html",
"filters": {
"type": "url",
"url": {
"required": true,
"pattern": "^https?:\\/\\/(?!twitter\\.com\\/intent\\/tweet).{1,16384}$"
}
},
"returnValue": true
}
}
}