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": "FXVNPro Signal Notifier",
"version": "1.2.1",
"description": "FXVNPro CopyTrade signal notifier with pro UI. Alerts on newest unseen signal per master (no spam).",
"background": {
"service_worker": "sw.js"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"storage",
"alarms",
"notifications",
"tabs"
],
"host_permissions": [
"https:\/\/fxvnpro.com\/*",
"https:\/\/www.fxvnpro.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/fxvnpro.com\/copytrade\/trader\/*"
],
"js": [
"scroll.js"
],
"run_at": "document_idle"
}
],
"icons": {
"128": "icon.png"
}
}