Skip to content

Instantly share code, notes, and snippets.

@soapdog
Created May 27, 2014 16:19
Show Gist options
  • Save soapdog/0e72d6ae7621b0c0fb68 to your computer and use it in GitHub Desktop.
Save soapdog/0e72d6ae7621b0c0fb68 to your computer and use it in GitHub Desktop.
project macaw manifest
{
"name": "Macaw",
"description": "An open source micro-blogging client",
"version": "1.0.0",
"launch_path": "/index.html",
"icons": {
"512": "/icon512.png",
"256": "/icon256.png",
"128": "/icon128.png",
"90": "/icon90.png",
"64": "/icon64.png",
"32": "/icon32.png",
"48": "/icon48.png",
"24": "/icon24.png"
},
"developer": {
"name": "Micah N Gorrell",
"url": "http://minego.net"
},
"permissions": {
"systemXHR": {
"description": "Required to access twitter.com and app.net"
},
"geolocation": {
"description": "Required to geo-tag posts"
},
"desktop-notification": {
"description": "Required to post notifications of new messages"
}
},
"redirects": [
{
"from": "https://minego.net/firefoxos.html",
"to": "/redirect.html"
}
],
"activities": {
"share": {
"href": "/index.html",
"disposition": "window",
"returnValue": false
}
},
"type": "privileged",
"default_locale": "en"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment