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": "AdMesh",
"version": "1.0.6",
"description": "AdMesh - Recommendations For Better Decisions",
"permissions": [
"storage",
"scripting",
"windows",
"tabs",
"identity"
],
"action": {
"default_icon": {
"16": "logo-16.png",
"48": "logo-48.png",
"128": "logo-128.png"
}
},
"options_page": "options.html",
"background": {
"service_worker": "background-fixed.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/copilot.microsoft.com\/*",
"https:\/\/medium.com\/*",
"https:\/\/*.medium.com\/*",
"https:\/\/substack.com\/*",
"https:\/\/*.substack.com\/*",
"https:\/\/wordpress.com\/*",
"https:\/\/*.wordpress.com\/*",
"https:\/\/ghost.org\/*",
"https:\/\/*.ghost.org\/*",
"https:\/\/*\/*"
],
"js": [
"content-sdk.js"
],
"css": [
"styles.css"
],
"run_at": "document_idle"
}
],
"icons": {
"16": "logo-16.png",
"48": "logo-48.png",
"128": "logo-128.png"
},
"web_accessible_resources": [
{
"resources": [
"offers.json",
"background-fixed.js",
"sessionExtractor.js",
"inputDetector.js",
"sdk-wrapper.js",
"selector-mode.js",
"src\/sdk-bridge.js",
"src\/config.js",
"src\/env-config.js",
"src\/logger.js",
"src\/auth.js",
"src\/storage.js",
"src\/tracked-websites-sync.js",
"src\/admesh-assistant-handler.js",
"src\/admesh-simple-ui.js",
"dist\/sdk-bundle.js",
"dist\/*.js",
"logo.svg",
"logo-white.svg"
],
"matches": [
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/copilot.microsoft.com\/*",
"https:\/\/medium.com\/*",
"https:\/\/*.medium.com\/*",
"https:\/\/substack.com\/*",
"https:\/\/*.substack.com\/*",
"https:\/\/wordpress.com\/*",
"https:\/\/*.wordpress.com\/*",
"https:\/\/ghost.org\/*",
"https:\/\/*.ghost.org\/*",
"https:\/\/*\/*"
]
}
],
"host_permissions": [
"https:\/\/chatgpt.com\/*",
"https:\/\/chat.openai.com\/*",
"https:\/\/claude.ai\/*",
"https:\/\/gemini.google.com\/*",
"https:\/\/copilot.microsoft.com\/*",
"https:\/\/medium.com\/*",
"https:\/\/*.medium.com\/*",
"https:\/\/substack.com\/*",
"https:\/\/*.substack.com\/*",
"https:\/\/wordpress.com\/*",
"https:\/\/*.wordpress.com\/*",
"https:\/\/ghost.org\/*",
"https:\/\/*.ghost.org\/*",
"https:\/\/*\/*",
"https:\/\/api.useadmesh.com\/*",
"https:\/\/useadmesh.com\/*",
"https:\/\/www.useadmesh.com\/*"
]
}