aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-voice/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-01-20 14:58:55 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-01-20 15:17:13 +0530
commit5ddcd036f964ce75f93c3fdc1a657feeb43103c8 (patch)
tree8f39e1bf5588930e508d7eacc691ffb82ee88cb6 /recipes/google-voice/package.json
parentfeat: add several recipes (#293) (diff)
downloadferdium-recipes-5ddcd036f964ce75f93c3fdc1a657feeb43103c8.tar.gz
ferdium-recipes-5ddcd036f964ce75f93c3fdc1a657feeb43103c8.tar.zst
ferdium-recipes-5ddcd036f964ce75f93c3fdc1a657feeb43103c8.zip
Update serviceUrls for all google services to return to the current user's page if the session is active
Diffstat (limited to 'recipes/google-voice/package.json')
-rw-r--r--recipes/google-voice/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/google-voice/package.json b/recipes/google-voice/package.json
index 41322b4..7d02660 100644
--- a/recipes/google-voice/package.json
+++ b/recipes/google-voice/package.json
@@ -1,11 +1,11 @@
1{ 1{
2 "id": "google-voice", 2 "id": "google-voice",
3 "name": "Google Voice", 3 "name": "Google Voice",
4 "version": "0.5.0", 4 "version": "0.5.1",
5 "license": "MIT", 5 "license": "MIT",
6 "repository": "https://github.com/BehindTheMath/franz-recipe-google-voice", 6 "repository": "https://github.com/BehindTheMath/franz-recipe-google-voice",
7 "config": { 7 "config": {
8 "serviceURL": "https://www.google.com/voice", 8 "serviceURL": "https://voice.google.com/u/0/",
9 "message": "Google Voice gives you one number for all your phones, voicemail as easy as email, free US long distance, low rates on international calls, and many calling features like transcripts, call blocking, call screening, conference calling, SMS, and more." 9 "message": "Google Voice gives you one number for all your phones, voicemail as easy as email, free US long distance, low rates on international calls, and many calling features like transcripts, call blocking, call screening, conference calling, SMS, and more."
10 } 10 }
11} 11}