aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/hangoutschat/package.json
diff options
context:
space:
mode:
authorLibravatar Tomas Popela <tomas.popela@gmail.com>2020-04-01 08:34:45 +0200
committerLibravatar Tomas Popela <tomas.popela@gmail.com>2020-04-02 12:07:39 +0200
commit143583b74f69bb69ccddb6cb2fa7ae744bc76e72 (patch)
tree906ef68de7101d247c3fafb7369c6288a7e7f911 /uncompressed/hangoutschat/package.json
parentUpdate recipe_request.md (diff)
downloadferdium-recipes-143583b74f69bb69ccddb6cb2fa7ae744bc76e72.tar.gz
ferdium-recipes-143583b74f69bb69ccddb6cb2fa7ae744bc76e72.tar.zst
ferdium-recipes-143583b74f69bb69ccddb6cb2fa7ae744bc76e72.zip
Don't set Mac UA on Linux for Google services
If we set the Mac UA on Linux, then various shortcuts will change to Mac ones - i.e. Ctrl + K to create a link in GMail will stop work, Ctrl + Enter to send an email in GMail and others. Only set the Mac UA when not running on Linux.
Diffstat (limited to 'uncompressed/hangoutschat/package.json')
-rw-r--r--uncompressed/hangoutschat/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncompressed/hangoutschat/package.json b/uncompressed/hangoutschat/package.json
index e7e1ce3..4b69fd3 100644
--- a/uncompressed/hangoutschat/package.json
+++ b/uncompressed/hangoutschat/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "hangoutschat", 2 "id": "hangoutschat",
3 "name": "Hangouts Chat", 3 "name": "Hangouts Chat",
4 "version": "1.2.0", 4 "version": "1.2.1",
5 "description": "Hangouts Chat", 5 "description": "Hangouts Chat",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io> and Iván López (ilopmar)", 7 "author": "Stefan Malzner <stefan@adlk.io> and Iván López (ilopmar)",