UNPKG
wemf
Version:
latest (1.3.0)
1.3.0
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.4.0
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.0
0.0.1
Format manifest.json to use on WebExtension from Chrome Extension
github.com/pastak/wemf
pastak/wemf
wemf
/
test
/
fixtures
/
check_must_key_pass.json
16 lines
(15 loc)
•
239 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"test"
,
"description"
:
"test"
,
"version"
:
"0.0.1"
,
"applications"
: {
"gecko"
: {
"id"
:
"sample
@example
.com"
} },
"permissions"
: [
"<all_urls>"
],
"manifest_version"
:
2
,
"default_locale"
:
"en"
}