From 6f5e4a00588aefdda7a5a1cfe70935870e7e234a Mon Sep 17 00:00:00 2001 From: Bennett Date: Tue, 22 Sep 2020 20:56:48 +0200 Subject: Unpack recipes and update recipes icons (#292) Co-authored-by: Amine Mouafik --- recipes/toggl/icon.png | Bin 0 -> 26793 bytes recipes/toggl/icon.svg | 13 +++++++++++++ recipes/toggl/index.js | 4 ++++ recipes/toggl/package.json | 23 +++++++++++++++++++++++ recipes/toggl/style.css | 6 ++++++ recipes/toggl/webview.js | 4 ++++ 6 files changed, 50 insertions(+) create mode 100644 recipes/toggl/icon.png create mode 100644 recipes/toggl/icon.svg create mode 100644 recipes/toggl/index.js create mode 100644 recipes/toggl/package.json create mode 100644 recipes/toggl/style.css create mode 100644 recipes/toggl/webview.js (limited to 'recipes/toggl') diff --git a/recipes/toggl/icon.png b/recipes/toggl/icon.png new file mode 100644 index 0000000..ec5c200 Binary files /dev/null and b/recipes/toggl/icon.png differ diff --git a/recipes/toggl/icon.svg b/recipes/toggl/icon.svg new file mode 100644 index 0000000..0e42580 --- /dev/null +++ b/recipes/toggl/icon.svg @@ -0,0 +1,13 @@ + + + + +Toggl icon + + diff --git a/recipes/toggl/index.js b/recipes/toggl/index.js new file mode 100644 index 0000000..66ab195 --- /dev/null +++ b/recipes/toggl/index.js @@ -0,0 +1,4 @@ +"use strict"; + +module.exports = Franz => Franz; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRvZ2dsL2luZGV4LmpzIl0sIm5hbWVzIjpbIm1vZHVsZSIsImV4cG9ydHMiLCJGcmFueiJdLCJtYXBwaW5ncyI6Ijs7QUFBQUEsT0FBT0MsT0FBUCxHQUFpQkMsU0FBU0EsS0FBMUIiLCJmaWxlIjoidG9nZ2wvaW5kZXguanMiLCJzb3VyY2VzQ29udGVudCI6WyJtb2R1bGUuZXhwb3J0cyA9IEZyYW56ID0+IEZyYW56O1xuIl19 \ No newline at end of file diff --git a/recipes/toggl/package.json b/recipes/toggl/package.json new file mode 100644 index 0000000..15a7794 --- /dev/null +++ b/recipes/toggl/package.json @@ -0,0 +1,23 @@ +{ + "id": "toggl", + "name": "toggl", + "version": "1.0.1", + "description": "toggl", + "main": "index.js", + "author": "exampleman ", + "license": "MIT", + "config": { + "serviceURL": "https://www.toggl.com/app/timer", + "message": "", + "popup": [], + "hasNotificationSound": true, + "hasIndirectMessages": false, + "hasTeamID": false, + "hasPredefinedUrl": true, + "hostedOnly": false, + "webviewOptions": { + "disablewebsecurity": "" + }, + "openDevTools": false + } +} diff --git a/recipes/toggl/style.css b/recipes/toggl/style.css new file mode 100644 index 0000000..85495ed --- /dev/null +++ b/recipes/toggl/style.css @@ -0,0 +1,6 @@ +.ProjectsPopdown__popdown { + width: 1100px !important; +} +.Project__name { + text-overflow: initial !important; +} diff --git a/recipes/toggl/webview.js b/recipes/toggl/webview.js new file mode 100644 index 0000000..dc3182d --- /dev/null +++ b/recipes/toggl/webview.js @@ -0,0 +1,4 @@ +"use strict"; + +module.exports = (Franz, options) => {}; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRvZ2dsL3dlYnZpZXcuanMiXSwibmFtZXMiOlsibW9kdWxlIiwiZXhwb3J0cyIsIkZyYW56Iiwib3B0aW9ucyJdLCJtYXBwaW5ncyI6Ijs7QUFBQUEsT0FBT0MsT0FBUCxHQUFpQixDQUFDQyxLQUFELEVBQVFDLE9BQVIsS0FBb0IsQ0FBRSxDQUF2QyIsImZpbGUiOiJ0b2dnbC93ZWJ2aWV3LmpzIiwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSAoRnJhbnosIG9wdGlvbnMpID0+IHt9XG4iXX0= \ No newline at end of file -- cgit v1.2.3-70-g09d2