-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
34 lines (31 loc) · 875 Bytes
/
manifest.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
{
"manifest_version": 3,
"name":"Weekly Weather Forcast for Japan",
"short_name":"WWF Japan",
"version":"1.2.1",
"description":"日本の週間天気予報を表示します。",
"author": "mitsugu oyama ( OrzBruford )",
"homepage_url":"https://github.com/mitsugu/HutteNipponOrigin",
"icons": {
"16":"system_icons/16.png",
"48":"system_icons/48.png",
"128":"system_icons/128.png"
},
"action": {
"default_icon": "system_icons/16.png",
"default_title":"Weekly Weather Forcast for Japan",
"default_popup":"popup/popup.html",
"browser_style":true
},
"permissions": [
"storage"
],
"host_permissions": [
"http://www.jma.go.jp/",
"https://www.jma.go.jp/",
"http://www.data.jma.go.jp/",
"https://www.data.jma.go.jp/",
"http://cyberjapandata.gsi.go.jp/",
"https://cyberjapandata.gsi.go.jp/"
]
}