Skip to content

Commit

Permalink
Add AWS Service
Browse files Browse the repository at this point in the history
  • Loading branch information
nd-roy committed Nov 21, 2016
1 parent 0d05c82 commit 7fe35be
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 0 deletions.
Binary file added aws/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added aws/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 aws/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = Franz => Franz;
24 changes: 24 additions & 0 deletions aws/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Amazon AWS",
"version": "0.0.1",
"description": "Amazon Web Services",
"main": "index.js",
"author": "Abdoul Ndiaye",
"license": "MIT",
"config": {
"serviceURL": "https://{teamID}.signin.aws.amazon.com/console",
"serviceName": "Amazon Web Services",
"popup": [],
"hasNotificationSound": true,
"hasedirectMessages": false,
"hasTeamID": true,
"customURL": false,
"hostedOnly": false,
"webviewOptions": {},
"openDevTools": false,
"wording": {
"url": "aws.amazon.com",
"team": "Amazon Web Services"
}
}
}
3 changes: 3 additions & 0 deletions aws/webview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = (Franz, options) => {

}

0 comments on commit 7fe35be

Please sign in to comment.