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
This commit is contained in:
Fabian
2019-03-04 21:48:31 -05:00
parent 313f5aee97
commit 3ef36ab6ca
38 changed files with 2117 additions and 1852 deletions

View File

@ -1,6 +0,0 @@
{
"auth_server": "https://auth.stamm.me",
"client_id": "",
"permission": "",
"callback_url": ""
}

BIN
public/favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
public/notepad16.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 562 B

BIN
public/notepad24.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

BIN
public/notepad256.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
public/notepad32.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 B

BIN
public/notepad512.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
public/notepad64.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 915 B