We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbf16e commit 6431d9fCopy full SHA for 6431d9f
1 file changed
manifest.json
@@ -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