Hawk/build/manifest.webapp
Mahdi Dibaiee 7bcf39bdb7 fix(compatibility): make it compatible with the new Firefox OS sdcard API (tested on Sony Z3C)
fix(toolbar): increase tap area of buttons for easier access
fix(touch): improve touch sensitivity for ease of use
2016-04-08 17:31:24 +04:30

51 lines
1.6 KiB
JSON

{
"version": "1.2.0",
"name": "Hawk",
"description": "Keep an eye on your files with a full-featured file manager",
"launch_path": "/index.html",
"icons": {
"16": "/icon/Icon-16.png",
"48": "/icon/Icon-48.png",
"60": "/icon/Icon-60.png",
"128": "/icon/Icon-128.png"
},
"developer": {
"name": "Mahdi Dibaiee",
"url": "http://dibaiee.ir"
},
"type": "privileged",
"permissions": {
"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"
},
"tcp-socket": {
"description": "FTP Browser: Used to connect to FTP servers"
}
},
"installs_allowed_from": [
"https://marketplace.firefox.com",
"https://marketplace-dev.allizom.org"
],
"default_locale": "en",
"activities": {
"pick": {
"href": "./index.html",
"disposition": "inline",
"returnValue": true
}
}
}