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": "Patent Search Generator",
"version": "1.0.0",
"description": "Generate patent search strategies with AI assistance",
"permissions": [
"storage",
"identity",
"tabs"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; script-src-elem 'self' 'unsafe-inline' https:\/\/*.google-analytics.com https:\/\/*.googletagmanager.com https:\/\/*.firebaseapp.com https:\/\/*.googleapis.com; connect-src 'self' https:\/\/*.google-analytics.com https:\/\/*.analytics.google.com https:\/\/*.googletagmanager.com https:\/\/*.googleapis.com https:\/\/*.firebaseapp.com https:\/\/identitytoolkit.googleapis.com https:\/\/*.firebaseio.com https:\/\/*.cloudfunctions.net https:\/\/*.a.run.app https:\/\/createcheckoutsession-54djwrtxaa-uc.a.run.app https:\/\/us-central1-solicitation-matcher-extension.cloudfunctions.net http:\/\/localhost:3001 https:\/\/api.groq.com\/openai\/v1\/chat\/completions; object-src 'self'"
},
"externally_connectable": {
"matches": [
"https:\/\/smythmyke.github.io\/*"
]
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.bundle.js",
"type": "module"
},
"host_permissions": [
"https:\/\/*.google-analytics.com\/",
"https:\/\/*.analytics.google.com\/",
"https:\/\/*.googletagmanager.com\/",
"https:\/\/*.googleapis.com\/",
"https:\/\/*.firebaseapp.com\/",
"https:\/\/*.firebaseio.com\/",
"https:\/\/*.a.run.app\/",
"https:\/\/createcheckoutsession-54djwrtxaa-uc.a.run.app\/",
"https:\/\/*.cloudfunctions.net\/",
"https:\/\/us-central1-solicitation-matcher-extension.cloudfunctions.net\/",
"http:\/\/localhost:3001\/",
"https:\/\/api.groq.com\/openai\/v1\/chat\/completions"
]
}