Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mollie Payment Tools",
"version": "1.0.0",
"description": "Easily access Mollie test cards while testing",
"manifest_version": 3,
"author": "Christian Dangl",
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"permissions": [
"contextMenus",
"activeTab",
"scripting"
],
"background": {
"service_worker": "index.js"
}
}