Skip to content

Instantly share code, notes, and snippets.

@ndarville
Last active December 11, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ndarville/4612324 to your computer and use it in GitHub Desktop.
Save ndarville/4612324 to your computer and use it in GitHub Desktop.
Boilerplate code for Firefox OS apps to submit to Mozilla Marketplace.
{
"name":"Example App",
"description":"App Description",
"icons":{
"128":"/img/icon.png"
},
"developer": {
"name":"Mr Developer",
"url":"https://myapp.com"
},
"launch_path": "/",
"installs_allowed_from": ["*"]
}
@ndarville
Copy link
Author

(Via.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment