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": "CrabApple Apple Pay Test Extension",
"version": "1.1",
"description": "CrabApple is an Apple Pay Button Tester for Windows\u2014reliable, powered by advanced spoofing technology.",
"permissions": [
"storage",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "CrabApple (Off)",
"default_icon": {
"16": "icons\/icon-off-16.png",
"48": "icons\/icon-off-48.png",
"128": "icons\/icon-off-128.png"
}
},
"icons": {
"16": "icons\/icon-on-16.png",
"48": "icons\/icon-on-48.png",
"128": "icons\/icon-on-128.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
]
}