diff --git a/src/apps.json b/src/apps.json index dd8c6674f..5f49a4a67 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1821,6 +1821,15 @@ "script": "tag\\.crsspxl\\.com/s1\\.js", "website": "http://datadesk.crsspxl.com" }, + "Crypto-Loot": { + "cats": [ + "19" + ], + "env": "^CryptoLoot$", + "script": "^(?:https):?//crypto-loot\\.com/lib/", + "icon": "Crypto-Loot.png", + "website": "https://crypto-loot.com/" + }, "CubeCart": { "cats": [ "6" @@ -4236,6 +4245,15 @@ "url": "option=com_", "website": "http://joomla.org" }, + "JSEcoin": { + "cats": [ + "19" + ], + "env": "^jseMine$", + "script": "^(?:https):?//load\\.jsecoin\\.com/server/load/", + "icon": "JSEcoin.png", + "website": "https://jsecoin.com/" + }, "K2": { "cats": [ "19" @@ -6700,6 +6718,15 @@ "script": "^https?://(?:www\\.)?projectwonderful\\.com/(?:pwa\\.js|gen\\.php)", "website": "http://projectwonderful.com" }, + "ProjectPoi": { + "cats": [ + "19" + ], + "env": "^ProjectPoi$", + "script": "^(?:https):?//ppoi\\.org/lib/", + "icon": "ProjectPoi.png", + "website": "https://ppoi.org/" + }, "Prospector": { "cats": [ "36" diff --git a/src/icons/Crypto-Loot.png b/src/icons/Crypto-Loot.png new file mode 100644 index 000000000..4bcd3b9b3 Binary files /dev/null and b/src/icons/Crypto-Loot.png differ diff --git a/src/icons/JSEcoin.png b/src/icons/JSEcoin.png new file mode 100644 index 000000000..9c7d398a2 Binary files /dev/null and b/src/icons/JSEcoin.png differ diff --git a/src/icons/ProjectPoi.png b/src/icons/ProjectPoi.png new file mode 100644 index 000000000..65bfdff62 Binary files /dev/null and b/src/icons/ProjectPoi.png differ