diff --git a/chrome-app/Archive.zip b/chrome-app/Archive.zip new file mode 100644 index 00000000..37cbc5e8 Binary files /dev/null and b/chrome-app/Archive.zip differ diff --git a/chrome-app/icon-128.png b/chrome-app/icon-128.png new file mode 100644 index 00000000..eb4ae324 Binary files /dev/null and b/chrome-app/icon-128.png differ diff --git a/chrome-app/icon-16.png b/chrome-app/icon-16.png new file mode 100644 index 00000000..45855ab5 Binary files /dev/null and b/chrome-app/icon-16.png differ diff --git a/chrome-app/icon-256.png b/chrome-app/icon-256.png new file mode 100644 index 00000000..7a130b6d Binary files /dev/null and b/chrome-app/icon-256.png differ diff --git a/chrome-app/icon-32.png b/chrome-app/icon-32.png new file mode 100644 index 00000000..6323795b Binary files /dev/null and b/chrome-app/icon-32.png differ diff --git a/chrome-app/icon-64.png b/chrome-app/icon-64.png new file mode 100644 index 00000000..64b6a7a4 Binary files /dev/null and b/chrome-app/icon-64.png differ diff --git a/chrome-app/manifest.json b/chrome-app/manifest.json new file mode 100644 index 00000000..dfe3a246 --- /dev/null +++ b/chrome-app/manifest.json @@ -0,0 +1,27 @@ +{ + "name": "StackEdit", + "description": "In-browser Markdown editor", + "version": "1.0.11", + "manifest_version": 2, + "container" : "GOOGLE_DRIVE", + "api_console_project_id" : "241271498917", + "icons": { + "16": "icon-16.png", + "32": "icon-32.png", + "64": "icon-64.png", + "128": "icon-128.png", + "256": "icon-256.png" + }, + "app": { + "urls": [ + "https://stackedit.io/" + ], + "launch": { + "web_url": "https://stackedit.io/app" + } + }, + "offline_enabled": true, + "permissions": [ + "unlimitedStorage" + ] +} diff --git a/src/components/App.vue b/src/components/App.vue index dbff177f..8e7373da 100644 --- a/src/components/App.vue +++ b/src/components/App.vue @@ -1,5 +1,5 @@