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": "No-code Payments Integration\u00ae",
"description": "The software you use to run your business might not offer alternative integrated payment options.",
"version": "1.2.3",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_title": "No-code Payments Integration\u00ae",
"default_icon": "icon128.png"
},
"content_scripts": [
{
"css": [
"content.style.css"
],
"matches": [
"<all_urls>"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content.style.css",
"index.html",
"fonts\/*",
"js\/click-javascript-href-link.js",
"js\/artisancw-resizer.js"
],
"matches": [
"<all_urls>"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"permissions": [
"webNavigation",
"contextMenus",
"activeTab",
"storage",
"scripting",
"identity",
"dom"
],
"host_permissions": [
"<all_urls>",
"https:\/\/*\/",
"file:\/\/\/*\/"
],
"externally_connectable": {
"ids": []
}
}