Skip to content

Commit 9fbf16e

Browse files
author
socrateslee
committed
add manifest.json for google drive
1 parent 4a3d5fb commit 9fbf16e

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

demo/manifest.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name" : "mdReader",
3+
"version" : "0.5",
4+
"manifest_version" : 2,
5+
"description" : "A simple markdown reader for Google Drive",
6+
"container" : "GOOGLE_DRIVE",
7+
"api_console_project_id" : "mdreader-googledrive",
8+
"icons": {
9+
"128": "icon.png"
10+
},
11+
"app" : {
12+
"launch" : {
13+
"web_url" : "http://socrateslee.github.io/mdreader/"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)