sharedrop/sharedrop.crx
2015-01-04 18:22:23 +01:00

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"
]
}