diff --git a/README.md b/README.md index d3c1179d2..bae508074 100644 --- a/README.md +++ b/README.md @@ -212,6 +212,7 @@ Plus any of:
  • onetime One-time payments accepted
  • recurring Subscriptions available
  • poa Price on asking
  • +
  • payg Pay as you go
  • ["low", "freemium"] diff --git a/schema.json b/schema.json index 41d58aff5..82f938070 100644 --- a/schema.json +++ b/schema.json @@ -51,7 +51,7 @@ "type": "array", "items": { "type": "string", - "pattern": "^(low|mid|high|freemium|poa|onetime|recurring)$" + "pattern": "^(low|mid|high|freemium|poa|payg|onetime|recurring)$" } }, "cats": { diff --git a/src/technologies.json b/src/technologies.json index ce6878968..c884828db 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1013,9 +1013,12 @@ "description": "Algolia offers a hosted web search product delivering real-time results.", "icon": "Algolia.svg", "js": { + "__algolia": "", "AlgoliaSearch": "", "algoliasearch.version": "^(.+)$\\;version:\\1" }, + "saas": true, + "pricing": ["freemium", "payg"], "website": "http://www.algolia.com" }, "All in One SEO Pack": { @@ -10750,6 +10753,8 @@ "PAYPAL": "" }, "scripts": "paypalobjects\\.com", + "saas": true, + "pricing": ["payg"], "website": "https://paypal.com" }, "Peek": { @@ -14040,6 +14045,8 @@ "Stripe.version": "^(.+)$\\;version:\\1" }, "scripts": "js\\.stripe\\.com", + "saas": true, + "pricing": ["payg"], "website": "http://stripe.com" }, "Paddle": {