Skip to content

Commit

Permalink
Merge pull request meetfranz#54 from ryan-voltaire/develop
Browse files Browse the repository at this point in the history
Adds iCloud plugin
  • Loading branch information
adlk authored Dec 5, 2016
2 parents 9295e71 + 15030ec commit b453b86
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
Binary file added iCloud/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions iCloud/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions iCloud/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = Franz => Franz;
23 changes: 23 additions & 0 deletions iCloud/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "iCloud",
"version": "1.0.0",
"description": "iCloud web portal",
"main": "index.js",
"author": "Ryan Voltaire <[email protected]>",
"license": "MIT",
"config": {
"serviceURL": "https://www.icloud.com/",
"serviceName": "iCloud",
"message": "",
"popup": [],
"hasNotificationSound": false,
"hasIndirectMessages": false,
"hasTeamID": false,
"customURL": false,
"hostedOnly": false,
"webviewOptions": {
"disablewebsecurity": ""
},
"openDevTools": false
}
}
3 changes: 3 additions & 0 deletions iCloud/webview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = (Franz, options) => {

}

0 comments on commit b453b86

Please sign in to comment.