Add Sanity as CMS provider
@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg">
<rect width="128" height="128" rx="8" fill="#f03e2f" />
<path d="M 39.423 33.163 C 39.423 44.162 46.337 50.706 60.177 54.157 L 74.843 57.498 C 87.942 60.453 95.919 67.795 95.919 79.756 C 96.021 84.967 94.296 90.053 91.035 94.164 C 91.035 82.23 84.751 75.783 69.595 71.906 L 55.195 68.689 C 43.664 66.104 34.763 60.068 34.763 47.076 C 34.703 42.059 36.342 37.165 39.423 33.163" fill="#fff" />
<path d="M 82.022 76.827 C 88.278 80.759 91.021 86.259 91.021 94.15 C 85.843 100.666 76.747 104.323 66.055 104.323 C 48.058 104.323 35.463 95.621 32.664 80.498 L 49.947 80.498 C 52.172 87.441 58.064 90.658 65.929 90.658 C 75.529 90.658 81.911 85.626 82.036 76.8" fill="#f9b1ab" />
<path d="M 48.408 49.469 C 45.551 47.801 43.208 45.404 41.626 42.534 C 40.044 39.663 39.283 36.425 39.423 33.163 C 44.419 26.702 53.11 22.756 63.704 22.756 C 82.037 22.756 92.644 32.27 95.261 45.66 L 78.636 45.66 C 76.803 40.381 72.212 36.27 63.844 36.27 C 54.901 36.27 48.8 41.385 48.45 49.469" fill="#f9b1ab" />
</svg>
After
Width: | Height: | Size: 1.1 KiB
@ -14411,6 +14411,25 @@
"scripts": "service\\.force\\.com",
"website": "https://www.salesforce.com/au/products/service-cloud/"
},
"Sanity": {
"cats": [
1
],
"description": "Sanity is a platform for structured content. It comes with an open-source, headless CMS that can be customized with Javascript, a real-time hosted data store and an asset delivery pipeline.",
"dom": {
"img[src*='cdn.sanity.io'],img[srcset*='cdn.sanity.io'],video[src*='cdn.sanity.io'],source[src*='cdn.sanity.io'],source[srcset*='cdn.sanity.io'],track[src*='cdn.sanity.io']": {
"attributes": { "src": "", "srcset": "" }
}
"icon": "Sanity.svg",
"pricing": [
"freemium",
"recurring",
"payg"
"saas": true,
"website": "https://www.sanity.io"
"Sapper": {
18