diff --git a/googlecontacts/icon.png b/googlecontacts/icon.png new file mode 100755 index 0000000..b69ba79 Binary files /dev/null and b/googlecontacts/icon.png differ diff --git a/googlecontacts/icon.svg b/googlecontacts/icon.svg new file mode 100644 index 0000000..ffec27f --- /dev/null +++ b/googlecontacts/icon.svg @@ -0,0 +1,850 @@ + + + + diff --git a/googlecontacts/index.js b/googlecontacts/index.js new file mode 100755 index 0000000..46f936f --- /dev/null +++ b/googlecontacts/index.js @@ -0,0 +1,2 @@ +// just pass through Franz +module.exports = Franz => Franz; diff --git a/googlecontacts/package.json b/googlecontacts/package.json new file mode 100755 index 0000000..d52cb68 --- /dev/null +++ b/googlecontacts/package.json @@ -0,0 +1,23 @@ +{ + "name": "googlecontacts", + "version": "1.0.0", + "description": "Google's online contacts.", + "main": "index.js", + "author": "yves-s ", + "license": "MIT", + "config": { + "serviceURL": "https://contacts.google.com/", + "serviceName": "Google Contacts", + "message": "Google's online contacts.", + "popup": [], + "hasNotificationSound": false, + "hasIndirectMessages": false, + "hasTeamID": false, + "customURL": false, + "hostedOnly": false, + "webviewOptions": { + "disablewebsecurity": "" + }, + "openDevTools": false + } +} diff --git a/googlecontacts/webview.js b/googlecontacts/webview.js new file mode 100755 index 0000000..0430e20 --- /dev/null +++ b/googlecontacts/webview.js @@ -0,0 +1,3 @@ +module.exports = (Franz, options) => { + +} diff --git a/googledrive/icon.png b/googledrive/icon.png new file mode 100644 index 0000000..9b715a2 Binary files /dev/null and b/googledrive/icon.png differ diff --git a/googledrive/icon.svg b/googledrive/icon.svg new file mode 100644 index 0000000..b26270b --- /dev/null +++ b/googledrive/icon.svg @@ -0,0 +1,924 @@ + + + + diff --git a/googledrive/index.js b/googledrive/index.js new file mode 100644 index 0000000..46f936f --- /dev/null +++ b/googledrive/index.js @@ -0,0 +1,2 @@ +// just pass through Franz +module.exports = Franz => Franz; diff --git a/googledrive/package.json b/googledrive/package.json new file mode 100644 index 0000000..e21a282 --- /dev/null +++ b/googledrive/package.json @@ -0,0 +1,23 @@ +{ + "name": "googledrive", + "version": "1.0.0", + "description": "Google's online storage.", + "main": "index.js", + "author": "yves-s ", + "license": "MIT", + "config": { + "serviceURL": "https://drive.google.com/drive/my-drive", + "serviceName": "Google Drive", + "message": "Google's online storage.", + "popup": [], + "hasNotificationSound": false, + "hasIndirectMessages": false, + "hasTeamID": false, + "customURL": false, + "hostedOnly": false, + "webviewOptions": { + "disablewebsecurity": "" + }, + "openDevTools": false + } +} diff --git a/googledrive/webview.js b/googledrive/webview.js new file mode 100644 index 0000000..0430e20 --- /dev/null +++ b/googledrive/webview.js @@ -0,0 +1,3 @@ +module.exports = (Franz, options) => { + +}