Many changes. See further for more details.
- Notification API - New Modal API - Vault JSON import and export - Improved Page Cache - Adding Context Menu API - Adding Vault Deletion - Fixing Sync Issues - Implementing Share Target API - Implementing Share To API
@ -1,6 +0,0 @@
|
||||
{
|
||||
"auth_server": "https://auth.stamm.me",
|
||||
"client_id": "",
|
||||
"permission": "",
|
||||
"callback_url": ""
|
||||
}
|
BIN
public/favicon.ico
Executable file
After Width: | Height: | Size: 1.1 KiB |
@ -1 +1,54 @@
|
||||
{}
|
||||
{
|
||||
"short_name": "Secure Notes",
|
||||
"name": "Secure Notes",
|
||||
"decription": "A place to store your notes securly",
|
||||
"share_target": {
|
||||
"action": "/#/share",
|
||||
"params": {
|
||||
"title": "title",
|
||||
"text": "text",
|
||||
"url": "url"
|
||||
}
|
||||
},
|
||||
"icons": [
|
||||
{
|
||||
"src": "notepad16.png",
|
||||
"sizes": "16x16",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "notepad24.png",
|
||||
"sizes": "24x24",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "notepad32.png",
|
||||
"sizes": "32x32",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "notepad64.png",
|
||||
"sizes": "64x64",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "notepad128.png",
|
||||
"sizes": "128x128",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "notepad256.png",
|
||||
"sizes": "256x256",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "notepad512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"theme_color": "#2196F3",
|
||||
"background_color": "#ffffff"
|
||||
}
|
BIN
public/notepad128.png
Executable file
After Width: | Height: | Size: 1.3 KiB |
BIN
public/notepad16.png
Executable file
After Width: | Height: | Size: 562 B |
BIN
public/notepad24.png
Executable file
After Width: | Height: | Size: 554 B |
BIN
public/notepad256.png
Executable file
After Width: | Height: | Size: 2.0 KiB |
BIN
public/notepad32.png
Executable file
After Width: | Height: | Size: 720 B |
BIN
public/notepad512.png
Executable file
After Width: | Height: | Size: 4.1 KiB |
BIN
public/notepad64.png
Executable file
After Width: | Height: | Size: 915 B |