Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itrooz/anythingispwa
https://github.com/itrooz/anythingispwa
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itrooz/anythingispwa
- Owner: iTrooz
- License: gpl-2.0
- Created: 2024-06-14T10:06:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-22T17:52:46.000Z (5 months ago)
- Last Synced: 2024-06-23T01:11:42.167Z (5 months ago)
- Language: Go
- Homepage: https://pwa.itrooz.fr
- Size: 95.7 KB
- Stars: 0
- 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