mirror of
https://github.com/szimek/sharedrop.git
synced 2026-06-05 21:02:47 +08:00
20 lines
318 B
Plaintext
20 lines
318 B
Plaintext
{
|
|
"name": "ShareDrop",
|
|
"description": "Simple file sharing",
|
|
"version": "1",
|
|
"app": {
|
|
"urls": [
|
|
"https:/www.sharedrop.io/"
|
|
],
|
|
"launch": {
|
|
"web_url": "https:/www.sharedrop.io/"
|
|
}
|
|
},
|
|
"icons": {
|
|
"128": "sharedrop-icon-128.png"
|
|
},
|
|
"permissions": [
|
|
"notifications"
|
|
]
|
|
}
|