Web App Manifest

This commit is contained in:
Johnny Almonte
2020-03-09 01:50:44 -04:00
parent f2fb716622
commit 7183f5476f

25
public/manifest.json Normal file
View File

@@ -0,0 +1,25 @@
{
"app": {
"launch": {
"urls": [
"https://app.standardnotes.org/"
],
"web_url": "https://app.standardnotes.org",
"container": "tab"
}
},
"offline_enabled": true,
"permissions": [],
"requirements": {
"3D": {
"features": []
}
},
"icons": {
"128": "favicon/android-chrome-192x192.png"
},
"name": "Standard Notes",
"description": "A Simple And Private Notes App",
"version": "1.0",
"manifest_version": 2
}