Skip to content

Commit

Permalink
Add Soroush+
Browse files Browse the repository at this point in the history
  • Loading branch information
xmha97 committed Jun 6, 2024
1 parent a24140a commit b20181b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
10 changes: 10 additions & 0 deletions recipes/soroush/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 recipes/soroush/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = Ferdium => Ferdium;
9 changes: 9 additions & 0 deletions recipes/soroush/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "soroush",
"name": "Soroush+",
"version": "1.0.0",
"license": "MIT",
"config": {
"serviceURL": "https://web.splus.ir/"
}
}
16 changes: 16 additions & 0 deletions recipes/soroush/webview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : { default: obj };
}

const _path = _interopRequireDefault(require('path'));

module.exports = Ferdium => {
// TODO: If your SNAME service has unread messages, uncomment these lines to implement the logic for updating the badges
// const getMessages = () => {
// // TODO: Insert your notification-finding code here
// Ferdium.setBadge(0, 0);
// };
// Ferdium.loop(getMessages);

Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
};

0 comments on commit b20181b

Please sign in to comment.