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": "ExpertBot",
"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",
"\/expertbotSiteContent.js"
],
"matches": [
"<all_urls>"
]
}
],
"manifest_version": 3,
"name": "__MSG_name__",
"short_name": "__MSG_shortname__",
"permissions": [
"tabs",
"cookies",
"webRequest",
"declarativeNetRequest",
"gcm",
"storage",
"notifications",
"identity",
"alarms"
],
"host_permissions": [
"wss:\/\/*\/*",
"https:\/\/*.branch.io\/*",
"*:\/\/*.expertoption.com\/*",
"*:\/\/*.expertoptionasia.com\/*",
"https:\/\/promo.expertoptionbot.com\/*",
"https:\/\/bst.ppnet.systems\/*",
"https:\/\/onesignal.com\/*",
"https:\/\/expertoptionbot.com\/*",
"https:\/\/api.expertoptionbot.com\/*",
"https:\/\/marketing.work.ppnet.io\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/app.expertoption.com\/*",
"https:\/\/app.expertoptionasia.com\/*"
],
"js": [
"content.js",
"depositScript.js"
],
"run_at": "document_end"
},
{
"matches": [
"https:\/\/expertoptionbot.com\/*"
],
"js": [
"expertbotSiteContent.js"
],
"run_at": "document_end"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"version": "4.0.1"
}