Skip to content

Commit

Permalink
Merge pull request meetfranz#67 from Jaspervv/Jaspervv-patch-4
Browse files Browse the repository at this point in the history
Adds Stack to Franz
  • Loading branch information
adlk authored Dec 5, 2016
2 parents 3b9be0a + 2d22676 commit 8855a57
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
Binary file added Stack/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions Stack/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 Stack/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 Stack/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "stack",
"version": "1.0.0",
"description": "stack",
"main": "index.js",
"author": "Jasper van Veenhuizen <[email protected]>",
"license": "MIT",
"config": {
"serviceURL": "https://{teamID}.stackstorage.com",
"serviceName": "Stack",
"message": "format [TEAM].stackstorage.com",
"popup": [],
"hasNotificationSound": false,
"hasIndirectMessages": false,
"hasTeamID": true,
"customURL": false,
"hostedOnly": false,
"webviewOptions": {
"disablewebsecurity": ""
},
"openDevTools": false
}
}
3 changes: 3 additions & 0 deletions Stack/webview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = (Franz, options) => {

}

0 comments on commit 8855a57

Please sign in to comment.