-
Notifications
You must be signed in to change notification settings - Fork 211
/
manifest.json
31 lines (31 loc) · 877 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "MindMup",
"description": "Zero-friction, free online mind mapping. The most productive online mind map canvas on the Web. Supports Freemind import/export.",
"version": "0.0.0.5",
"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","application/x-freemind","application/vnd.google.drive.ext-type.mm"],
"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"
]
}