Skip to content

Commit f2092f3

Browse files
committed
IL-14224 - fix a syntax problem in the manifest.json
1 parent 45863a4 commit f2092f3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

manifest.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,8 @@
4545
},
4646
"url_handlers":{
4747
"openApp": {
48-
"matches":[
49-
"https://client.imaginelearning.com/player"
50-
],
51-
"title" : "Opening Imagine Learning"
48+
"title" : "Opening Imagine Learning",
49+
"matches":[ "https://client.imaginelearning.com/player" ]
5250
}
53-
},
51+
}
5452
}

0 commit comments

Comments
 (0)