Skip to content

Commit

Permalink
Modifications in the manifest to make it available in the market
Browse files Browse the repository at this point in the history
  • Loading branch information
arcturus committed Jul 2, 2013
1 parent f46b787 commit 92ee638
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions importer/manifest.webapp
Expand Up @@ -8,12 +8,17 @@
"url": "https://github.com/arcturus/firefoxos-contacts-importer"
},
"permissions": {
"contacts":{ "access": "readwrite" },
"systemXHR": {}
"contacts":{
"description": "Contacts permissions is required to write contact from Google to your Firefox OS phone",
"access": "readwrite" },
"systemXHR": {
"description": "This permission is require to contact Google serves"
}
},
"default_locale": "en-US",
"icons": {
"60": "/style/icons/icon.png",
"120": "/style/icons/icon.png"
"120": "/style/icons/icon.png",
"128": "/style/icons/icon.png"
}
}

0 comments on commit 92ee638

Please sign in to comment.