diff --git a/declarations/Perplexity.json b/declarations/Perplexity.json new file mode 100644 index 0000000..5c34e0a --- /dev/null +++ b/declarations/Perplexity.json @@ -0,0 +1,26 @@ +{ + "name": "Perplexity", + "documents": { + "Terms of Service": { + "fetch": "https://www.perplexity.ai/hub/legal/terms-of-service", + "select": [ + "[name=Post]" + ], + "executeClientScripts": true + }, + "Privacy Policy": { + "fetch": "https://www.perplexity.ai/hub/legal/privacy-policy", + "select": [ + "[name=Post]" + ], + "executeClientScripts": true + }, + "Developer Terms": { + "fetch": "https://www.perplexity.ai/hub/legal/perplexity-api-terms-of-service", + "select": [ + "[name=Post]" + ], + "executeClientScripts": true + } + } +}