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": "Paxful Scam Sniffer",
"short_name": "Paxful AntiScammer",
"version": "2.1",
"description": "Real-time scam checks for trading profiles.",
"author": "Munya Mpofu",
"homepage_url": "https:\/\/www.cybabots.com\/",
"icons": {
"16": "images\/16.png",
"24": "images\/24.png",
"32": "images\/32.png",
"48": "images\/48.png",
"96": "images\/96.png",
"128": "images\/128.png"
},
"action": {
"default_icon": {
"19": "images\/19.png",
"38": "images\/38.png"
},
"default_title": "PaxAnti",
"default_popup": "popup.html"
},
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/paxful.com\/*"
],
"js": [
"scripts\/content.js"
],
"css": [
"style.css"
],
"all_frames": true,
"run_at": "document_start"
}
],
"content_security_policy": {
"extension_pages": "default-src 'none'; style-src 'self'; media-src 'none'; child-src 'none'; connect-src https:; script-src 'self'; img-src 'self'; object-src 'none'"
},
"minimum_chrome_version": "103",
"offline_enabled": true,
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/api.jsonbin.io\/"
]
}