From 907cad6efefd985b9640aea294c1a7cde654420d Mon Sep 17 00:00:00 2001 From: William Brawner Date: Mon, 11 May 2020 19:37:12 -0700 Subject: [PATCH] Remove manifest.webapp I think this was only used for the now defunct FireFox OS app store. The standard manifest.json should suffice. --- manifest.webapp | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 manifest.webapp diff --git a/manifest.webapp b/manifest.webapp deleted file mode 100644 index 647f460..0000000 --- a/manifest.webapp +++ /dev/null @@ -1,36 +0,0 @@ -{ - "app": { - "background": { - "scripts": ["js/start.js"] - } - }, - "author": "William Brawner", - "chrome": { "navigation": false }, - "default_locale": "en", - "description": "An interval timer that allows you to customize the intervals", - "display": "standalone", - "developer": { - "name": "William Brawner", - "url": "https://wbrawner.com" - }, - "icons": [ - { - "src": "/img/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image\/png" - }, - { - "src": "/img/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image\/png" - } - ], - "launch_path": "/index.html", - "manifest_version": 2, - "name": "Interval Timer", - "short_name": "Interval Timer", - "background_color": "#FFFFFF", - "offline_enabled": true, - "theme_color": "#fff9c4", - "version": "2.0" -}