Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itrooz/anythingispwa
create an installable PWA from any website
https://github.com/itrooz/anythingispwa
Last synced: about 1 month ago
JSON representation
create an installable PWA from any website
- Host: GitHub
- URL: https://github.com/itrooz/anythingispwa
- Owner: iTrooz
- License: gpl-2.0
- Created: 2024-06-14T10:06:49.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T14:27:40.000Z (about 2 months ago)
- Last Synced: 2024-11-22T14:36:00.820Z (about 2 months ago)
- Language: Go
- Homepage: https://pwa.itrooz.fr
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Anything Is PWA
This project allows you to create an installable PWA from any website
# How does it work ?
The index webpage will ask you for information about the PWA you want to create, and generate a custom manifest based on it. You will then be taken to a webpage that includes this manifest.
due to the PWA start URL needing to be on the same domain that installed the PWA, the start URL is `/redirect?url=`. This means you are dependent on this server even after installing the PWA. Feel free to open an issue if you find a workaround around this
# Licence
GPL-2-or-later