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",
"name": "PocketOption - VIP BOT - IFXHOME Trader",
"description": "Fully automated Pocketoption (BinaryOption) trading robot including OTC",
"version": "1.4.6",
"manifest_version": 3,
"background": {
"service_worker": "background.js",
"type": "module"
},
"icons": {
"48": "icons\/48.png",
"72": "icons\/72.png",
"96": "icons\/96.png",
"128": "icons\/128.png",
"144": "icons\/144.png",
"192": "icons\/192.png",
"384": "icons\/384.png",
"512": "icons\/512.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.pocketoption.com\/*",
"*:\/\/*.po.trade\/*",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"libs\/socket.js",
"libs\/socket.io.js",
"content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"action": {
"default_popup": "index.html"
},
"permissions": [
"storage",
"activeTab",
"tabs"
]
}