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",
"author": "IQ Bot",
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_title__"
},
"default_locale": "en",
"description": "__MSG_desc__",
"icons": {
"16": "botIcons\/16x16_off.png",
"32": "botIcons\/32x32_off.png",
"48": "botIcons\/48x48_off.png",
"64": "botIcons\/64x64_off.png",
"128": "botIcons\/128x128_off.png"
},
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"\/content.js",
"\/index.html",
"\/background.js"
],
"matches": [
"<all_urls>"
]
}
],
"manifest_version": 3,
"name": "__MSG_name__",
"short_name": "__MSG_shortname__",
"permissions": [
"tabs",
"cookies",
"webRequest",
"gcm",
"storage",
"notifications",
"identity",
"alarms"
],
"host_permissions": [
"wss:\/\/*\/*",
"https:\/\/iqoption.com\/*",
"*:\/\/*.iqoption.com\/*",
"https:\/\/tr-iqoption.com\/*",
"*:\/\/*.tr-iqoption.com\/*",
"https:\/\/id-iqoption.com\/*",
"*:\/\/*.id-iqoption.com\/*",
"https:\/\/iqtrading.asia\/*",
"*:\/\/*.iqtrading.asia\/*",
"https:\/\/mewebhome.com\/*",
"*:\/\/*.mewebhome.com\/*",
"https:\/\/*.branch.io\/*",
"https:\/\/iqbot.info\/*",
"https:\/\/promo.iqbot.info\/*",
"https:\/\/bst.ppnet.systems\/*",
"https:\/\/robotiq.info\/*",
"https:\/\/promo.robotiq.info\/*",
"https:\/\/onesignal.com\/*",
"https:\/\/api.iqbot.info\/*",
"https:\/\/api.robotiq.info\/*",
"https:\/\/marketing.work.ppnet.io\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/iqoption.com\/traderoom",
"https:\/\/tr-iqoption.com\/traderoom",
"https:\/\/id-iqoption.com\/traderoom",
"https:\/\/iqtrading.asia\/traderoom",
"https:\/\/km.iqoption.com\/traderoom",
"https:\/\/mewebhome.com\/traderoom"
],
"js": [
"content.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/iqbot.info\/*",
"https:\/\/robotiq.info\/*"
],
"js": [
"iqbotSiteContent.js"
],
"run_at": "document_end"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"version": "5.0.6"
}