Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions recipes/poe-ninja/darkmode.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* poe.ninja ships its own dark theme — this file is intentionally minimal. */
26 changes: 26 additions & 0 deletions recipes/poe-ninja/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/poe-ninja/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/poe-ninja/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "poe-ninja",
"name": "poe.ninja",
"version": "1.0.0",
"license": "MIT",
"config": {
"serviceURL": "https://poe.ninja"
}
}
3 changes: 3 additions & 0 deletions recipes/poe-ninja/webview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = Ferdium => {

Check failure on line 1 in recipes/poe-ninja/webview.js

View workflow job for this annotation

GitHub Actions / Ferdium Recipes Build

'Ferdium' is defined but never used
// poe.ninja is a read-only economy tracker — no badge/notification logic needed.
};
2 changes: 2 additions & 0 deletions recipes/poe2-trade/darkmode.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/* Path of Exile 2 Trade already supports its own dark theme.
This file is intentionally minimal. */
23 changes: 23 additions & 0 deletions recipes/poe2-trade/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/poe2-trade/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/poe2-trade/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"id": "poe2-trade",
"name": "Path of Exile 2 Trade",
"version": "1.0.0",
"license": "MIT",
"config": {
"serviceURL": "https://www.pathofexile.com/trade2/exchange/poe2/Runes%20of%20Aldur"
}
}
4 changes: 4 additions & 0 deletions recipes/poe2-trade/webview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = Ferdium => {

Check failure on line 1 in recipes/poe2-trade/webview.js

View workflow job for this annotation

GitHub Actions / Ferdium Recipes Build

'Ferdium' is defined but never used
// Path of Exile 2 Trade - no unread badge logic needed for a trade site
// The page is a static trading exchange; we just ensure it loads cleanly.
};
Loading