Merge pull request #5591 from nurbek91/pwa_studio

Add PWA Studio / ecommerce , Update GraphQL, Paypal, Klarna Checkout, Adobe Audience Manager
main
Elbert Alias 3 years ago committed by GitHub
commit cfb160b80d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

Binary file not shown.

After

Width:  |  Height:  |  Size: 844 B

@ -1149,7 +1149,8 @@
86
],
"cookies": {
"aam_uuid": ""
"aam_uuid": "",
"Demdex": ""
},
"description": "Adobe Audience Manager is a versatile audience data management platform.",
"icon": "Adobe.svg",
@ -1160,6 +1161,17 @@
"saas": true,
"website": "https://business.adobe.com/products/audience-manager/adobe-audience-manager.html"
},
"Adobe Client Data Layer": {
"cats": [
12
],
"description": "Adobe Client Data Layer is a framework of JavaScript objects on your site that contains all variable values used in your implementation.",
"icon": "Adobe.svg",
"js": {
"adobeDataLayer.version": "([\\d\\.]+)\\;version:\\1"
},
"website": "https://github.com/adobe/adobe-client-data-layer"
},
"Adobe ColdFusion": {
"cats": [
18
@ -1851,10 +1863,13 @@
29
],
"description": "Algolia offers a hosted web search product delivering real-time results.",
"icon": "Algolia.svg",
"headers": {
"Content-Security-Policy": "\\.algolia"
},
"icon": "Algolia.svg",
"cookies": {
"_ALGOLIA": ""
},
"js": {
"AlgoliaSearch": "",
"__algolia": "",
@ -2682,6 +2697,7 @@
"cats": [
59
],
"description": "Apollo is a fully-featured caching GraphQL client with integrations for React, Angular, and more.",
"dom": "script#__APOLLO_STATE__",
"icon": "Apollo.svg",
"implies": [
@ -2819,7 +2835,8 @@
"ApplePay": "",
"checkout.enabledpayments.applepay": "^true$",
"dw.applepay": "",
"enableApplePay": ""
"enableApplePay": "",
"braintree.applePay": ""
},
"website": "https://www.apple.com/apple-pay"
},

@ -1447,6 +1447,9 @@
],
"description": "GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data.",
"icon": "GraphQL.svg",
"meta": {
"store-config": "graphqlMethod"
},
"oss": true,
"website": "https://graphql.org"
},

@ -493,7 +493,6 @@
"Klarna Checkout": {
"cats": [
41,
6,
91
],
"cookies": {
@ -503,6 +502,9 @@
"description": "Klarna Checkout is a complete payment solution where Klarna handles a store's entire checkout.",
"dom": "[aria-labelledby='pi-klarna']",
"icon": "Klarna.svg",
"headers": {
"content-security-policy": "\\.klarna(?:cdn|services)\\.(?:net|com)"
},
"js": {
"KlarnaOnsiteService": "",
"_klarnaCheckout": ""

@ -564,6 +564,9 @@
],
"cpe": "cpe:/a:paypal:paypal",
"description": "PayPal is an online payments system that supports online money transfers and serves as an electronic alternative to traditional paper methods like checks and money orders.",
"headers": {
"content-security-policy": "\\.paypal\\.com"
},
"dom": {
"button": {
"text": "PayPal"
@ -579,7 +582,8 @@
"checkout.enabledpayments.paypal": "^true$",
"enablePaypal": "",
"paypalClientId": "",
"paypalJs": ""
"paypalJs": "",
"paypal": ""
},
"meta": {
"id": "in-context-paypal-metadata"
@ -2595,5 +2599,22 @@
"PUNBB": ""
},
"website": "http://punbb.informer.com"
},
"PWA Studio": {
"cats": [
6
],
"description": "PWA Studio is a collection of tools that lets developers build complex Progressive Web Applications on top of Magento 2 or Adobe Commerce stores.",
"icon": "PWA Studio.png",
"requires": "Magento",
"js": {
"fetchRootComponent": "\\;confidence:50",
"__fetchLocaleData__": "\\;confidence:50"
},
"oss": true,
"pricing": [
"freemium"
],
"website": "https://github.com/magento/pwa-studio"
}
}
Loading…
Cancel
Save