Skip to content

Commit 530d2c9

Browse files
maoberlehneraddyosmani
authored andcommitted
Cleanup (whitespace, unnecessary .gitkeep) (#20)
* Remove .gitkeep because it is not neccessary anymore .gitkeep is used for tracking empty directories, but this directory is not empty anymore. * Use two spaces whitespace consistently
1 parent fdfef42 commit 530d2c9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

template/static/.gitkeep

Whitespace-only changes.

template/static/manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
"name": "{{ name }}",
33
"short_name": "{{ name }}",
44
"icons": [
5-
{
6-
"src": "/static/img/icons/android-chrome-192x192.png",
7-
"sizes": "192x192",
8-
"type": "image/png"
9-
},
10-
{
11-
"src": "/static/img/icons/android-chrome-512x512.png",
12-
"sizes": "512x512",
13-
"type": "image/png"
14-
}
5+
{
6+
"src": "/static/img/icons/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/static/img/icons/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
1515
],
1616
"start_url": "/index.html",
1717
"display": "standalone",
1818
"background_color": "#000000",
1919
"theme_color": "#4DBA87"
20-
}
20+
}

0 commit comments

Comments
 (0)