aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/google-contacts
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-contacts
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-contacts')
-rw-r--r--recipes/google-contacts/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/google-contacts/package.json b/recipes/google-contacts/package.json
index 61fa51c..5bcae2d 100644
--- a/recipes/google-contacts/package.json
+++ b/recipes/google-contacts/package.json
@@ -1,9 +1,9 @@
1{ 1{
2 "id": "google-contacts", 2 "id": "google-contacts",
3 "name": "Google Contacts", 3 "name": "Google Contacts",
4 "version": "1.3.0", 4 "version": "1.3.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://contacts.google.com/" 7 "serviceURL": "https://contacts.google.com/u/0/"
8 } 8 }
9} 9}