Skip to content

Instantly share code, notes, and snippets.

@rominirani
Created August 16, 2013 08:03
Show Gist options
  • Save rominirani/6248128 to your computer and use it in GitHub Desktop.
Save rominirani/6248128 to your computer and use it in GitHub Desktop.
Episode #9: Firefox OS Tutorial : Device Storage manifest.webapp
{
"version":"1.0",
"name": "Device Storage",
"description": "This app demonstrates how to use Device Storage",
"launch_path": "/index.html",
"fullscreen": "false",
"icons": {
"16": "/images/icon_016.png",
"32": "/images/icon_032.png",
"48": "/images/icon_048.png",
"128": "/images/icon_128.png"
},
"developer": {
"name": "Romin Irani",
"url": "http://www.rominirani.com"
},
"default_locale": "en",
"type": "privileged",
"permissions": {
"device-storage:videos": { "access": "readwrite" },
"device-storage:pictures":{ "access": "readwrite" },
"device-storage:sdcard": { "access": "readwrite" },
"device-storage:music": { "access": "readwrite" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment