Skip to content

Instantly share code, notes, and snippets.

@tofumatt
Created April 4, 2014 18:08
Show Gist options
  • Select an option

  • Save tofumatt/9980026 to your computer and use it in GitHub Desktop.

Select an option

Save tofumatt/9980026 to your computer and use it in GitHub Desktop.
Manifest for IRCCloud
{
"version": "1.0",
"name": "IRCCloud",
"description": "SOME DESCRIPTION",
"icons": {
"32": "/img/icon-32.png",
"60": "/img/icon-60.png",
"64": "/img/icon-64.png",
"90": "/img/icon-90.png",
"120": "/img/icon-120.png",
"128": "/img/icon-128.png",
"256": "/img/icon-256.png"
},
"developer": {
"name": "IRCCloud",
"url": "http://irccloud.com/"
},
"launch_path": "/",
"installs_allowed_from": ["https://marketplace.firefox.com"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment