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": "Outpost! - Cyber Threat Intelligence",
"description": "Scan web pages for IOCs (IPs, domains, hashes, URLs) and enrich them with cyber threat intelligence.",
"version": "1.6.0.55",
"short_name": "O!",
"icons": {
"16": "\/favicon-16x16.png",
"32": "\/favicon-32x32.png",
"192": "\/android-chrome-192x192.png",
"512": "\/android-chrome-512x512.png"
},
"host_permissions": [
"https:\/\/api.cloudflare.com\/*",
"https:\/\/www.virustotal.com\/api\/*"
],
"permissions": [
"storage",
"identity",
"contextMenus",
"activeTab"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Default Popup Title",
"default_popup": "popup.html"
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts\/toolbar.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content-scripts\/toolbar.css"
],
"use_dynamic_url": true,
"matches": [
"<all_urls>"
]
}
]
}