SnapDrop / snapdrop

A Progressive Web App for local file sharing
https://snapdrop.net
GNU General Public License v3.0
18.33k stars 1.68k forks source link

Add manifest #279

Open RwbyChan opened 3 years ago

RwbyChan commented 3 years ago

Should add a manifest.json file to the website so that you can install it as a separated thing on phones (this will make the website open as if it were an app instead of as an extra tab in the browser)

{
    "start_url": "https://snapdrop.net/",
    "short_name": "Snapdrop",
    "url": "https://snapdrop.net",
    "lang": "English",
    "name": "Snapdrop",
    "description": "Instantly share images, videos, PDFs, and links with people nearby. Peer2Peer and Open Source. No Setup, No Signup.",
    "background_color": "#4285F4",
    "icons": [],
    "screenshots": [],
    "display": "standalone",
    "orientation": "portrait"
}
Bben01 commented 3 years ago

There is already a manifest (client/manifest.json), but there is a problem with standalone mode on iOS 12

RwbyChan commented 3 years ago

Oh I see, seems like it's also still in iOS 14 as I'm running 14.3 but not getting it as a standalone version

Bben01 commented 3 years ago

No, I mean there is a problem with standalone mode on iOS 12 so it's disabled for everyone.