Add AMP for WordPress / WP plugin

main
nurbek 3 years ago
parent 679a11adbf
commit 066b691093

@ -91,16 +91,17 @@
"website": "https://www.amp.dev", "website": "https://www.amp.dev",
"xhr": "cdn\\.ampproject\\.org" "xhr": "cdn\\.ampproject\\.org"
}, },
"AMP Plugin": { "AMP for WordPress": {
"cats": [ "cats": [
1,
5,
87 87
], ],
"description": "AMP for WordPress automatically adds Accelerated Mobile Pages (Google AMP Project) functionality to your WordPress site.",
"icon": "Accelerated-Mobile-Pages.svg", "icon": "Accelerated-Mobile-Pages.svg",
"implies": "AMP",
"meta": { "meta": {
"generator": "^AMP Plugin v(\\d+\\.\\d+.*)$\\;version:\\1" "generator": "^AMP Plugin v(\\d+\\.\\d+.*)$\\;version:\\1"
}, },
"dom": "link[href*='/wp-content/plugins/amp/']",
"requires": "WordPress", "requires": "WordPress",
"website": "https://amp-wp.org" "website": "https://amp-wp.org"
}, },