Skip to content

Commit 45863a4

Browse files
committed
IL-14244 - when the chome app is installed whenever a user goes to https://client.imaginelearning.com/player it should open the chome app.
1 parent 05060e2 commit 45863a4

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

manifest.json

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@
2020
"storage",
2121
"power",
2222
"system.network",
23-
"audioCapture",
23+
"management",
24+
"audioCapture",
2425
{"fileSystem":["write","directory","retainEntries"]}
2526
],
26-
"optional_permissions": [
27+
"optional_permissions": [
2728
"background"
28-
],
29+
],
2930
"sockets": {
3031
"udp": {
3132
"send": [""],
@@ -41,5 +42,13 @@
4142
},
4243
"icons": {
4344
"128": "images/il_128.png"
44-
}
45+
},
46+
"url_handlers":{
47+
"openApp": {
48+
"matches":[
49+
"https://client.imaginelearning.com/player"
50+
],
51+
"title" : "Opening Imagine Learning"
52+
}
53+
},
4554
}

0 commit comments

Comments
 (0)