Skip to content

Instantly share code, notes, and snippets.

@rominirani
Created July 27, 2013 16:33
Show Gist options
  • Save rominirani/6095376 to your computer and use it in GitHub Desktop.
Save rominirani/6095376 to your computer and use it in GitHub Desktop.
Indian Pincode Firefox OS App - manifest file
{
"version":"1.0",
"name": "India Pincodes",
"description": "This app gives you information on Pincodes (Zipcodes) of India!",
"launch_path": "/index.html",
"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": {
"systemXHR": { "description": "Required to make Ajax Calls over the Network" }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment