Skip to content

Commit 6431d9f

Browse files
author
socrateslee
committed
Add manifest.json
1 parent 9fbf16e commit 6431d9f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

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)