|
@@ -0,0 +1,22 @@
|
|
|
+{
|
|
|
+ "name": "File Manager",
|
|
|
+ "short_name": "File Manager",
|
|
|
+ "icons": [{
|
|
|
+ "src": "img/pwa/128.png",
|
|
|
+ "sizes": "128x128",
|
|
|
+ "type": "image/png"
|
|
|
+ }, {
|
|
|
+ "src": "img/pwa/192.png",
|
|
|
+ "sizes": "192x192",
|
|
|
+ "type": "image/png"
|
|
|
+ }, {
|
|
|
+ "src": "img/pwa/256.png",
|
|
|
+ "sizes": "256x256",
|
|
|
+ "type": "image/png"
|
|
|
+ }],
|
|
|
+ "start_url": "file_explorer.html",
|
|
|
+ "display": "standalone",
|
|
|
+ "scope": "./",
|
|
|
+ "background_color": "#f7f7f7",
|
|
|
+ "theme_color": "#242330"
|
|
|
+}
|