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",
"action": {
"default_icon": {
"16": "\/img\/icons\/16.png",
"24": "\/img\/icons\/24.png",
"32": "\/img\/icons\/32.png"
},
"default_popup": "\/popup.html",
"default_title": "Autoview.com Trading Extension"
},
"author": "Autoview Extension Inc.",
"background": {
"service_worker": "\/js\/worker.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"\/js\/scripts\/content.js"
],
"matches": [
"https:\/\/*.tradingview.com\/*"
],
"run_at": "document_start"
},
{
"js": [
"\/js\/scripts\/content_helper.js"
],
"matches": [
"https:\/\/*.tradingview.com\/*"
],
"run_at": "document_start",
"world": "MAIN"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"declarative_net_request": {
"rule_resources": [
{
"enabled": true,
"id": "all",
"path": "\/rules.json"
}
]
},
"description": "Trading automation using webhooks and more.",
"homepage_url": "https:\/\/autoview.com\/",
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"16": "\/img\/icons\/16.png",
"32": "\/img\/icons\/32.png",
"48": "\/img\/icons\/48.png",
"128": "\/img\/icons\/128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAriLB2vvtcQfQdYe5SS\/2AOynw3QXTMV2\/Cs4MiV8iHwDLY8jjK+CNuz3DRAY1MYb1FaiZPa7J3wxjEUe1sEM6U5j6ksS+ffdNH9hdpqWx1vSIu6o5plEEIFso1\/cO7JoXdl6yhZSjM5rQnq6z2uJoC92BK+u5XF6YHuLktdivLP\/VTrjZg6gX7dKtpmvPgbbuggjYd5moGCERK8IqVSdb8LaI4GPXLYFxKftCyHzMyPgoxqKt6f4iw1Bj7d5pFZz5zkxqxLP2M8r34gf14CB1U\/gSLQ3XT5fzNlXC5aJRRNvGGz8biEPzIPzH2m+cNKZNXRJesZobYssVMCMaRmOGQIDAQAB",
"manifest_version": 3,
"minimum_chrome_version": "118.0",
"name": "Autoview.com Trading Extension",
"optional_permissions": [
"clipboardWrite",
"downloads"
],
"options_page": "\/options.html",
"permissions": [
"alarms",
"declarativeNetRequestWithHostAccess",
"storage",
"unlimitedStorage"
],
"short_name": "Autoview.com",
"version": "1.20.0",
"web_accessible_resources": [
{
"matches": [
"https:\/\/autoview.com\/*",
"https:\/\/website.autoview.workers.dev\/*",
"https:\/\/127.0.0.1\/*"
],
"resources": [
"\/options.html",
"\/oauth2\/*.html"
]
}
]
}