2015-08-30 11:18:25 +00:00
|
|
|
{
|
|
|
|
"version": "0.1.0",
|
|
|
|
"name": "Hawk",
|
2015-09-06 20:32:40 +00:00
|
|
|
"description": "Keep an eye on your files with a full-featured file manager",
|
2015-08-30 11:18:25 +00:00
|
|
|
"launch_path": "/index.html",
|
|
|
|
"icons": {
|
2015-09-05 11:39:09 +00:00
|
|
|
"16": "/icon/Icon-16.png",
|
|
|
|
"48": "/icon/Icon-48.png",
|
|
|
|
"60": "/icon/Icon-60.png",
|
|
|
|
"128": "/icon/Icon-128.png"
|
2015-08-30 11:18:25 +00:00
|
|
|
},
|
|
|
|
"developer": {
|
|
|
|
"name": "Mahdi Dibaiee",
|
|
|
|
"url": "http://dibaiee.ir"
|
|
|
|
},
|
|
|
|
"type": "privileged",
|
2015-08-31 06:49:22 +00:00
|
|
|
"permissions": {
|
2015-09-06 20:32:40 +00:00
|
|
|
"device-storage:sdcard": {
|
|
|
|
"access": "readwrite",
|
|
|
|
"description": "We need access to your files in order to give you the functionality of listing, reading, opening and writing files in your storage"
|
|
|
|
},
|
|
|
|
"device-storage:videos": {
|
|
|
|
"access": "readwrite",
|
|
|
|
"description": "We need access to your files in order to give you the functionality of listing, reading, opening and writing files in your storage"
|
|
|
|
},
|
|
|
|
"device-storage:pictures": {
|
|
|
|
"access": "readwrite",
|
|
|
|
"description": "We need access to your files in order to give you the functionality of listing, reading, opening and writing files in your storage"
|
|
|
|
},
|
|
|
|
"device-storage:music": {
|
|
|
|
"access": "readwrite",
|
|
|
|
"description": "We need access to your files in order to give you the functionality of listing, reading, opening and writing files in your storage"
|
|
|
|
}
|
2015-08-31 06:49:22 +00:00
|
|
|
},
|
2015-08-30 11:18:25 +00:00
|
|
|
"installs_allowed_from": [
|
2015-09-06 20:32:40 +00:00
|
|
|
"https://marketplace.firefox.com",
|
|
|
|
"https://marketplace-dev.allizom.org"
|
2015-08-30 11:18:25 +00:00
|
|
|
],
|
2015-09-07 10:48:53 +00:00
|
|
|
"default_locale": "en",
|
|
|
|
"activities": {
|
|
|
|
"pick": {
|
|
|
|
"href": "./index.html",
|
|
|
|
"disposition": "inline",
|
|
|
|
"filters": {
|
|
|
|
"type": "*"
|
|
|
|
},
|
|
|
|
"returnValue": true
|
|
|
|
}
|
|
|
|
}
|
2015-08-30 11:18:25 +00:00
|
|
|
}
|