Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Similar Inc | Shopping Comparison Co-Pilot",
"icons": {
"16": "similar_logo_white_16x16.png",
"48": "similar_logo_white_48x48.png",
"128": "similar_logo_white_128x128.png"
},
"version": "3.2.1",
"manifest_version": 3,
"action": [],
"permissions": [
"storage"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"\/static\/js\/content.js",
"\/static\/js\/main.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"images\/*",
"youtube\/*"
],
"matches": [
"*:\/\/*\/*"
]
},
{
"resources": [
"\/static\/media\/*",
"\/static\/css\/content.css"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"omnibox": {
"keyword": "api"
}
}