Skip to content

Commit

Permalink
Web App Manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny243 committed Mar 9, 2020
1 parent f2fb716 commit 7183f54
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 7183f54

Please sign in to comment.