UNPKG
pwabuilder-lib
Version:
beta (2.0.1-beta.3)
latest (2.1.12)
2.1.12
2.1.10
2.1.9
2.1.8
2.1.6
2.1.5
2.1.3
2.1.2
2.1.1
2.1.0
2.0.7
2.0.6
2.0.5
2.0.4-RC.5
2.0.4-RC.4
2.0.4-RC.3
2.0.4-RC.2
2.0.4-RC.1
2.0.4-RC.0
2.0.3-RC.0
2.0.2-RC.0
2.0.1-beta.3
2.0.1-beta.2
2.0.1-beta.1
2.0.0
2.0.0-rc.7
2.0.0-rc.6
2.0.0-rc.5
2.0.0-rc.4
2.0.0-rc.3
2.0.0-rc.2
2.0.0-rc.1
PWA Builder Core Library
github.com/manifoldjs/manifoldjs-lib
manifoldjs/manifoldjs-lib
pwabuilder-lib
/
test
/
assets
/
chromeManifest.json
21 lines
(19 loc)
•
392 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name"
:
"Sample"
,
"description"
:
"Chrome Web App Sample"
,
"version"
:
"0.0.1"
,
"app"
:
{
"launch"
:
{
"web_url"
:
"http://example.com"
}
}
,
"icons"
:
{
"16"
:
"icon-16.png"
,
"48"
:
"icon-48.png"
,
"128"
:
"icon-128.png"
}
,
"permissions"
:
[
"notifications"
,
"background"
]
}