diff --git a/declarations/Solana.json b/declarations/Solana.json new file mode 100644 index 00000000..4f60610b --- /dev/null +++ b/declarations/Solana.json @@ -0,0 +1,23 @@ +{ + "name": "Solana", + "documents": { + "Privacy Policy": { + "fetch": "https://solana.com/privacy-policy", + "select": [ + "main" + ], + "remove": [ + "img[aria-hidden=\"true\"]" + ] + }, + "Terms of Service": { + "fetch": "https://solana.com/tos", + "select": [ + "main" + ], + "remove": [ + "img[aria-hidden=\"true\"]" + ] + } + } +}