Skip to content
This repository was archived by the owner on Mar 15, 2018. It is now read-only.

Commit bd712a7

Browse files
committed
add web activities and locales to packaged-app manifest (bug 879870, bug 879870)
1 parent 0c314af commit bd712a7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

yulelog/manifest.webapp

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
2+
"activities": {
3+
"marketplace-search": {"href": "/index.html"},
4+
"marketplace-category": {"href": "/index.html"},
5+
"marketplace-app": {"href": "/index.html"},
6+
"marketplace-app-rating": {"href": "/index.html"}
7+
},
8+
"default_locale": "en-US",
29
"description": "Firefox Marketplace",
310
"developer": {
411
"name": "Mozilla",
@@ -9,6 +16,16 @@
916
"128": "/128.png"
1017
},
1118
"launch_path": "/index.html",
19+
"locales": {
20+
"cs": {},
21+
"de": {},
22+
"es": {},
23+
"fr": {},
24+
"ga-IE": {},
25+
"it": {},
26+
"pl": {},
27+
"zh-TW": {}
28+
},
1229
"name": "Marketplace",
1330
"orientation": ["portrait-primary"],
1431
"permissions": {

0 commit comments

Comments
 (0)