diff --git a/gulpfile.js b/gulpfile.js index 85f92ae..99fdcde 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -40,7 +40,8 @@ gulp.task('copyFiles', function() { 'src/detached-window.js', 'src/icon-48.png', 'src/icon-128.png', - 'src/patreon.png' + 'src/patreon.png', + 'manifest.json' ]) .pipe(gulp.dest('app')), diff --git a/icons/icon-128x128.png b/icons/icon-128x128.png new file mode 100755 index 0000000..e75a58d Binary files /dev/null and b/icons/icon-128x128.png differ diff --git a/icons/icon-144x144.png b/icons/icon-144x144.png new file mode 100755 index 0000000..f8c9535 Binary files /dev/null and b/icons/icon-144x144.png differ diff --git a/icons/icon-152x152.png b/icons/icon-152x152.png new file mode 100755 index 0000000..3b2f7f6 Binary files /dev/null and b/icons/icon-152x152.png differ diff --git a/icons/icon-192x192.png b/icons/icon-192x192.png new file mode 100755 index 0000000..a22a2bc Binary files /dev/null and b/icons/icon-192x192.png differ diff --git a/icons/icon-384x384.png b/icons/icon-384x384.png new file mode 100755 index 0000000..ef2b9fd Binary files /dev/null and b/icons/icon-384x384.png differ diff --git a/icons/icon-512x512.png b/icons/icon-512x512.png new file mode 100755 index 0000000..2b207f0 Binary files /dev/null and b/icons/icon-512x512.png differ diff --git a/icons/icon-72x72.png b/icons/icon-72x72.png new file mode 100755 index 0000000..99362fd Binary files /dev/null and b/icons/icon-72x72.png differ diff --git a/icons/icon-96x96.png b/icons/icon-96x96.png new file mode 100755 index 0000000..4ce62ed Binary files /dev/null and b/icons/icon-96x96.png differ diff --git a/manifest.json b/manifest.json new file mode 100755 index 0000000..8d7c56a --- /dev/null +++ b/manifest.json @@ -0,0 +1,52 @@ +{ + "name": "Web Maker", + "short_name": "web maker", + "theme_color": "#ff6200", + "background_color": "#b3b5b6", + "display": "standalone", + "Scope": "/", + "start_url": "/", + "icons": [ + { + "src": "icons/icon-72x72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "icons/icon-96x96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "icons/icon-128x128.png", + "sizes": "128x128", + "type": "image/png" + }, + { + "src": "icons/icon-144x144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "icons/icon-152x152.png", + "sizes": "152x152", + "type": "image/png" + }, + { + "src": "icons/icon-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "icons/icon-384x384.png", + "sizes": "384x384", + "type": "image/png" + }, + { + "src": "icons/icon-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ], + "splash_pages": null +} diff --git a/pwa-manifest.json b/pwa-manifest.json deleted file mode 100644 index 5d6baf1..0000000 --- a/pwa-manifest.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "webmaker", - "short_name": "webmaker", - "start_url": "/", - "display": "standalone", - "orientation": "portrait", - "background_color": "#fff", - "theme_color": "#673ab8", - "icons": [ - { - "src": "/assets/icons/android-chrome-192x192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "/assets/icons/android-chrome-512x512.png", - "type": "image/png", - "sizes": "512x512" - } - ] -} diff --git a/src/index.html b/src/index.html index 0ed3f63..2f164a3 100644 --- a/src/index.html +++ b/src/index.html @@ -4,7 +4,7 @@ Web Maker - +