diff --git a/declarations/Wordtune.json b/declarations/Wordtune.json new file mode 100644 index 0000000..90487fc --- /dev/null +++ b/declarations/Wordtune.json @@ -0,0 +1,11 @@ +{ + "name": "Wordtune", + "documents": { + "Privacy Policy": { + "fetch": "https://www.wordtune.com/privacy-policy", + "select": [ + ".main > .section:nth-child(3)" + ] + } + } +}