Skip to content

Commit

Permalink
chrome web store listing manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
gojko committed Mar 14, 2013
1 parent 3e17904 commit 10c4909
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
Binary file added chromews/icon_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions chromews/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "MindMup",
"description": "Zero-friction, free online mind mapping. The most productive online mind mapping canvas on the Web.",
"version": "0.0.0.3",
"manifest_version": 2,
"container" : "GOOGLE_DRIVE",
"api_console_project_id" : "399581875395",
"gdrive_mime_types": {
"http://drive.google.com/intents/opendrivedoc": [{
"type": ["application/json", "application/vnd.google.drive.ext-type.mup"],
"href": "http://www.mindmup.com/",
"title" : "Open",
"disposition" : "window"
}
]
},
"icons": {
"128": "icon_128.png"
},
"app": {
"urls": [
"http://www.mindmup.com/"
],
"launch": {
"web_url": "http://www.mindmup.com/"
}
},
"permissions": [
"unlimitedStorage"
]
}

0 comments on commit 10c4909

Please sign in to comment.