From fb5696a54fdda217210a27337f9735cbf1d92a4f Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Sun, 5 May 2019 17:58:31 -0500 Subject: [PATCH] Add librehost.json (#895) #816 --- .well-known/librehost.json | 19 +++++++++++++++++++ assets/img/layout/shield.svg | 1 + 2 files changed, 20 insertions(+) create mode 100644 .well-known/librehost.json create mode 100644 assets/img/layout/shield.svg diff --git a/.well-known/librehost.json b/.well-known/librehost.json new file mode 100644 index 00000000..f29cb0e7 --- /dev/null +++ b/.well-known/librehost.json @@ -0,0 +1,19 @@ +{ + "@context" : "http://schema.org", + "@type" : "Organization", + "organizationType" : "Informal collective", + "name" : "privacytools.io", + "tagLine" : "Private Services: No Ads, No Google Analytics, No Affiliates, and No Cross-Site Requests", + "homeUrl" : "https://www.privacytools.io/", + "logo" : "https://www.privacytools.io/assets/img/layout/shield.svg", + "description": "privacytools.io is a socially motivated website that provides information and services for protecting your security and privacy online. No Ads, No Google Analytics, No Affiliates, and No Cross-Site Requests.", + "communicationLanguages": ["en"], + "contactUrl": "https://www.privacytools.io/contact/", + "privacyPolicyUrl" : "https://www.privacytools.io/privacy-policy/", + "termsOfServiceUrl" : "-", + "isServiceProvider" : true, + "foundingDate": "2015", + "version": "0.0.1", + "dateCreated": "2019-05-02T16:25:00Z", + "dateModified": "2019-05-02T16:25:00Z" +} diff --git a/assets/img/layout/shield.svg b/assets/img/layout/shield.svg new file mode 100644 index 00000000..8c6a4f6f --- /dev/null +++ b/assets/img/layout/shield.svg @@ -0,0 +1 @@ + \ No newline at end of file