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": "SesS - Instant Stock Info While Browsing (Browse... Assess... Invest)",
"version": "1.0.9",
"description": "Automatically detects stocks when you visit company websites and displays real-time prices with direct trading access.",
"short_name": "SesS",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png"
},
"default_title": "SesS - Instant Stock Info"
},
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/www.google-analytics.com\/*",
"https:\/\/analytics.google.com\/*",
"https:\/\/region1.google-analytics.com\/*",
"https:\/\/api.polygon.io\/*"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"gtag.js",
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"gtag.js",
"icons\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:\/\/www.google-analytics.com https:\/\/analytics.google.com https:\/\/region1.google-analytics.com https:\/\/api.polygon.io;"
}
}