Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Adyen Test Cards",
"version": "0.0.4",
"description": "Copy and prefill Adyen test card numbers and other payment methods with a single click.",
"action": {
"default_title": "Adyen Test Cards"
},
"icons": {
"16": "images\/logo-adyen-A.png",
"48": "images\/logo-adyen-A.png",
"128": "images\/logo-adyen-A.png"
},
"background": {
"service_worker": "service-worker.js"
},
"side_panel": {
"default_path": "panel.html"
},
"permissions": [
"sidePanel",
"scripting",
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"web_accessible_resources": [
{
"resources": [
"\/data\/*.json"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
]
}