Skip to content

Commit c0aeac1

Browse files
authored
Merge pull request #141 from codeitcodes/dev
Dev
2 parents 69e710c + 63b6f9b commit c0aeac1

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

manifest.js

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
let manifest = {
55
"name": "Codeit",
66
"short_name": "Codeit",
7-
"description": "Mobile code editor connected to Git. Runs on the web, open source, and free.",
7+
"description": "Mobile code editor connected to Git.",
88
"background_color": "#313744",
99
"theme_color": "#313744",
1010
"display": "standalone",
@@ -39,13 +39,25 @@ let manifest = {
3939
"accept": ["text/*", ".js", ".json", ".html", ".css", ".htm", ".svg", ".ts", ".mjs", ".py", ".scss"]
4040
}
4141
]
42+
}
43+
},
44+
"handle_links": "preferred",
45+
"launch_handler": {
46+
"route_to": "new-client"
47+
},
48+
"capture_links": "new-client",
49+
"screenshots": [
50+
{
51+
"src": window.location.origin + "/homepage/featured-pic.png",
52+
"type": "image/png",
53+
"sizes": "750x1590"
4254
},
43-
"handle_links": "preferred",
44-
"launch_handler": {
45-
"route_to": "new-client"
46-
},
47-
"capture_links": "new-client"
48-
}
55+
{
56+
"src": window.location.origin + "/homepage/secondary-pic.png",
57+
"type": "image/png",
58+
"sizes": "750x1590"
59+
}
60+
]
4961
};
5062

5163

0 commit comments

Comments
 (0)