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": "__MSG_app_name__",
"version": "1.2.0",
"icons": {
"16": "src\/icons\/icon16.png",
"32": "src\/icons\/icon32.png",
"48": "src\/icons\/icon48.png",
"128": "src\/icons\/icon128.png"
},
"action": {
"default_title": "Click to open claude.ai",
"default_icon": {
"16": "src\/icons\/icon16.png",
"32": "src\/icons\/icon32.png",
"48": "src\/icons\/icon48.png",
"128": "src\/icons\/icon128.png"
}
},
"default_locale": "en",
"description": "__MSG_app_description__",
"permissions": [
"debugger",
"downloads",
"storage"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/main.jsx-BW9cddqy.js"
],
"matches": [
"https:\/\/claude.ai\/*"
],
"css": [
"assets\/main-CJB6ksbO.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/claude.ai\/*"
],
"resources": [
"assets\/main.jsx-BW9cddqy.js"
],
"use_dynamic_url": false
}
]
}