Skip to content

Commit

Permalink
Add two more services
Browse files Browse the repository at this point in the history
  • Loading branch information
jmduke committed Oct 11, 2024
1 parent 0d740cb commit a01fdbb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lib/services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ export const REGISTRY: { [key in string]: Service } = {
url: "https://www.substack.com",
genre: "email",
cname_values: ["substack-custom-domains.com"],
substrings: [".substack.com"],
},
datadog: {
identifier: "datadog",
Expand Down Expand Up @@ -2031,6 +2032,27 @@ export const REGISTRY: { [key in string]: Service } = {
substrings: ["revue-form"],
defunct: true,
},
tinylytics: {
identifier: "tinylytics",
name: "Tinylytics",
genre: "analytics",
url: "https://www.tinylytics.app",
substrings: ["//tinylytics.app/embed"],
},
judgeme: {
identifier: "judgeme",
name: "Judge.me",
genre: "ecommerce",
url: "https://www.judge.me",
substrings: ["judge.me"],
},
pandectes: {
identifier: "pandectes",
name: "Pandectes",
genre: "gdpr",
url: "https://www.pandectes.io",
substrings: ["pandectes"],
},
tinyletter: {
identifier: "tinyletter",
name: "TinyLetter",
Expand Down

0 comments on commit a01fdbb

Please sign in to comment.