Created
May 27, 2014 16:19
-
-
Save soapdog/0e72d6ae7621b0c0fb68 to your computer and use it in GitHub Desktop.
project macaw manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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