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": "simcheck",
"description": "a chrome extension to generate, compare and visualize vector embeddings",
"version": "0.0.3",
"permissions": [
"background",
"storage",
"unlimitedStorage",
"alarms",
"notifications",
"downloads"
],
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"action": {
"default_title": "simcheck"
},
"options_page": "html\/options.html",
"minimum_chrome_version": "92",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
},
"icons": {
"16": "icons\/clusters16.png",
"32": "icons\/clusters32.png",
"48": "icons\/clusters48.png",
"128": "icons\/clusters128.png"
}
}