Skip to content

Instantly share code, notes, and snippets.

@mainerror
Created October 8, 2012 15:02
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mainerror/3852988 to your computer and use it in GitHub Desktop.
Save mainerror/3852988 to your computer and use it in GitHub Desktop.
Futon Chrome App Manifest
{
"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