Created
October 8, 2012 15:02
-
-
Save mainerror/3852988 to your computer and use it in GitHub Desktop.
Futon Chrome App Manifest
This file contains 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": "Futon", | |
"version": "1.0", | |
"manifest_version": 2, | |
"description": "A simple Apache CouchDB Futon shortcut app.", | |
"icons": { | |
"128": "icon_128.png" | |
}, | |
"app": { | |
"launch": { | |
"web_url": "http://127.0.0.1:5984/_utils", | |
"container": "tab" | |
} | |
}, | |
"offline_enabled": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment