diff --git a/medium/icon.png b/medium/icon.png new file mode 100644 index 0000000..4014b0f Binary files /dev/null and b/medium/icon.png differ diff --git a/medium/icon.svg b/medium/icon.svg new file mode 100644 index 0000000..ae0eb05 --- /dev/null +++ b/medium/icon.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/medium/index.js b/medium/index.js new file mode 100644 index 0000000..258da41 --- /dev/null +++ b/medium/index.js @@ -0,0 +1 @@ +module.exports = Franz => Franz; diff --git a/medium/package.json b/medium/package.json new file mode 100644 index 0000000..d551773 --- /dev/null +++ b/medium/package.json @@ -0,0 +1,23 @@ +{ + "name": "medium", + "version": "1.0.0", + "description": "Medium plugin for Franz", + "main": "index.js", + "author": "Matheus Henrique de Souza ", + "license": "MIT", + "config": { + "serviceURL": "https://medium.com/", + "serviceName": "Medium", + "message": "", + "popup": [], + "hasNotificationSound": true, + "hasIndirectMessages": false, + "hasTeamID": false, + "customURL": false, + "hostedOnly": false, + "webviewOptions": { + "disablewebsecurity": "" + }, + "openDevTools": false + } +} diff --git a/medium/webview.js b/medium/webview.js new file mode 100644 index 0000000..e342228 --- /dev/null +++ b/medium/webview.js @@ -0,0 +1,3 @@ +module.exports = (Franz, options) => { + +} \ No newline at end of file diff --git a/todo/icon.png b/todo/icon.png new file mode 100644 index 0000000..d96a9d0 Binary files /dev/null and b/todo/icon.png differ diff --git a/todo/icon.svg b/todo/icon.svg new file mode 100644 index 0000000..b5d8822 --- /dev/null +++ b/todo/icon.svg @@ -0,0 +1,25 @@ + \ No newline at end of file diff --git a/todo/index.js b/todo/index.js new file mode 100644 index 0000000..258da41 --- /dev/null +++ b/todo/index.js @@ -0,0 +1 @@ +module.exports = Franz => Franz; diff --git a/todo/package.json b/todo/package.json new file mode 100644 index 0000000..9310ab9 --- /dev/null +++ b/todo/package.json @@ -0,0 +1,23 @@ +{ + "name": "todo", + "version": "1.0.0", + "description": "ToDo plugin for Franz", + "main": "index.js", + "author": "Matheus Henrique de Souza ", + "license": "MIT", + "config": { + "serviceURL": "https://todo.microsoft.com/auth/redirect", + "serviceName": "To-Do", + "message": "", + "popup": [], + "hasNotificationSound": true, + "hasIndirectMessages": false, + "hasTeamID": false, + "customURL": false, + "hostedOnly": false, + "webviewOptions": { + "disablewebsecurity": "" + }, + "openDevTools": false + } +} diff --git a/todo/webview.js b/todo/webview.js new file mode 100644 index 0000000..e342228 --- /dev/null +++ b/todo/webview.js @@ -0,0 +1,3 @@ +module.exports = (Franz, options) => { + +} \ No newline at end of file