Skip to content

Commit 3e12c73

Browse files
Add dummy app back for development
1 parent fb778a3 commit 3e12c73

18 files changed

+705
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
/cypress/dummy/js/prism.js
33
/dist/
44
/docs/
5+
/dummy/
56
/landing/
67
/site/
78
/test/cypress/dummy/
11 KB
Loading
31.8 KB
Loading
10.6 KB
Loading
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#00aba9</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>
913 Bytes
Loading
1.73 KB
Loading
14.7 KB
Binary file not shown.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"name": "Ship Shape",
3+
"short_name": "Ship Shape",
4+
"icons": [
5+
{
6+
"src": "\/favicons\/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image\/png"
9+
},
10+
{
11+
"src": "\/favicons\/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image\/png"
14+
}
15+
],
16+
"theme_color": "#ffffff",
17+
"display": "standalone",
18+
"background_color": "#ffffff"
19+
}
5.36 KB
Loading

0 commit comments

Comments
 (0)