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": "optisage",
"description": "optisage delivers real-time insights, historical price trends, and AI-powered recommendations.",
"version": "1.1.3",
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/favicon.ico"
},
"web_accessible_resources": [
{
"resources": [
"popup.html"
],
"matches": [
"<all_urls>"
]
}
],
"icons": {
"16": "icons\/icon128.png",
"32": "icons\/icon128.png",
"48": "icons\/icon128.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"activeTab",
"cookies"
],
"host_permissions": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.co.jp\/*",
"https:\/\/*.amazon.com.au\/*",
"https:\/\/*.amazon.com.mx\/*",
"https:\/\/app.optisage.ai\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.amazon.com\/*",
"https:\/\/*.amazon.ca\/*",
"https:\/\/*.amazon.co.uk\/*",
"https:\/\/*.amazon.de\/*",
"https:\/\/*.amazon.fr\/*",
"https:\/\/*.amazon.co.jp\/*",
"https:\/\/*.amazon.com.au\/*",
"https:\/\/*.amazon.com.mx\/*"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; frame-src https:\/\/app.optisage.ai; connect-src https:\/\/app.optisage.ai;"
}
}