55 lines
1.3 KiB
JSON
Executable File
55 lines
1.3 KiB
JSON
Executable File
{
|
|
"short_name": "Secure Notes",
|
|
"name": "Secure Notes",
|
|
"decription": "A place to store your notes securly",
|
|
"share_target": {
|
|
"action": "/share",
|
|
"method": "GET",
|
|
"enctype": "application/x-www-form-urlencoded",
|
|
"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": "#1E88E5",
|
|
"background_color": "#ffffff"
|
|
} |