Merge pull request #6101 from swissspidy/add-web-stories

Add Web Stories & Web Stories for WordPress detection
main
Elbert Alias 3 years ago committed by GitHub
commit cc166540de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
<svg width="64" height="64" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="32" cy="32" r="32" transform="rotate(-180 32 32)" fill="url(#paint0_linear)"/><g filter="url(#filter0_d)" fill="#fff"><path d="M41.6 19.2a3.2 3.2 0 013.2 3.2v19.2a3.2 3.2 0 01-3.2 3.2V19.2zM17.6 19.2a3.2 3.2 0 013.2-3.2h14.4a3.2 3.2 0 013.2 3.2v25.6a3.2 3.2 0 01-3.2 3.2H20.8a3.2 3.2 0 01-3.2-3.2V19.2zM48 22.4a2.4 2.4 0 012.4 2.4v14.4a2.4 2.4 0 01-2.4 2.4V22.4z"/></g><defs><linearGradient id="paint0_linear" x1="13.255" y1="6.599" x2="35.289" y2="62.791" gradientUnits="userSpaceOnUse"><stop stop-color="#79B3FF"/><stop offset="1" stop-color="#CBACFF"/></linearGradient><filter id="filter0_d" x="8.96" y="10.24" width="46.08" height="46.08" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dy="1.28"/><feGaussianBlur stdDeviation="1.92"/><feColorMatrix values="0 0 0 0 0.423529 0 0 0 0 0.490196 0 0 0 0 0.733333 0 0 0 0.3 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow"/><feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/></filter></defs></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@ -480,6 +480,33 @@
"saas": true,
"website": "https://webshopmanager.com"
},
"Web Stories": {
"cats": [
5
],
"description": "Web Stories is a format for visual storytelling for the open web.",
"dom": "amp-story",
"icon": "Web-Stories.svg",
"implies": "AMP",
"oss": true,
"website": "https://amp.dev/about/stories/"
},
"Web Stories for WordPress": {
"cats": [
20,
87
],
"description": "Web Stories for WordPress is a visual editor for creating Web Stories.",
"icon": "Web-Stories.svg",
"implies": "Web Stories",
"meta": {
"amp-story-generator-name": "^Web Stories for WordPress$",
"amp-story-generator-version": "^(.+)$\\;version:\\1"
},
"requires": "WordPress",
"oss": true,
"website": "https://wp.stories.google"
},
"Web2py": {
"cats": [
18
@ -1760,4 +1787,4 @@
"url": "^https?://[^/]+\\.wpcache\\.co",
"website": "https://wpcache.co"
}
}
}

Loading…
Cancel
Save