From 44176437e32930e48c671f591a8e4c2a81c2d14a Mon Sep 17 00:00:00 2001 From: louis49 Date: Fri, 11 Feb 2022 15:09:22 +0100 Subject: [PATCH] Update package.json Adding funding links --- package.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index de0853c..23f307c 100644 --- a/package.json +++ b/package.json @@ -36,5 +36,15 @@ "homepage": "https://github.com/louis49/homebridge-plugin-androidtv", "bugs": { "url": "https://github.com/louis49/homebridge-plugin-androidtv/issues" - } + }, + "funding": [ + { + "type" : "paypal", + "url" : "https://www.paypal.com/donate/?hosted_button_id=B8NGNPFGK69BY" + }, + { + "type" : "buymeacoffee", + "url" : "https://www.buymeacoffee.com/louis49github" + } + ] }