Hello @handeyeco, I saw your post on the Deluge Forums and thought I'd contribute.
This PR allows the app to be installed as an app view the browser for both desktop and mobile (It has an install button in the address bar).
It adds a number of manifest files which tell browsers how to cache the app, meaning it can be used "offline-first", you can add it to your homescreen as an app on your phone, and once it's saved the files you don't need to be online to use the app (though it will still update passively when cached files are updated).
I created a very simple icon as well, with a number of sizes for phones/desktops to use if you install the app. It's a placeholder, and you can overwrite them if you have a better icon in mind.
Hello @handeyeco, I saw your post on the Deluge Forums and thought I'd contribute.
This PR allows the app to be installed as an app view the browser for both desktop and mobile (It has an install button in the address bar).
It adds a number of manifest files which tell browsers how to cache the app, meaning it can be used "offline-first", you can add it to your homescreen as an app on your phone, and once it's saved the files you don't need to be online to use the app (though it will still update passively when cached files are updated).
I created a very simple icon as well, with a number of sizes for phones/desktops to use if you install the app. It's a placeholder, and you can overwrite them if you have a better icon in mind.
I have it up and running at https://silverbucket.github.io/deluge-shortcuts/#/shortcuts if you want to test it to see how it behaves.