From 728d339739b63e9bb59e457e4a84fe9a65b93fc9 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sat, 28 Sep 2019 12:10:25 +0200 Subject: Add uncompressed recipes --- uncompressed/steamchat/package.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 uncompressed/steamchat/package.json (limited to 'uncompressed/steamchat/package.json') diff --git a/uncompressed/steamchat/package.json b/uncompressed/steamchat/package.json new file mode 100644 index 0000000..30ce277 --- /dev/null +++ b/uncompressed/steamchat/package.json @@ -0,0 +1,13 @@ +{ + "id": "steamchat", + "name": "SteamChat", + "version": "1.0.1", + "description": "Steam Chat", + "main": "index.js", + "author": "Kevin Oestmark ", + "license": "MIT", + "config": { + "serviceURL": "https://steamcommunity.com/chat", + "hasNotificationSound": true + } +} -- cgit v1.2.3-54-g00ecf