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_extname__",
"description": "__MSG_extdesc__",
"default_locale": "en",
"version": "1.0",
"icons": {
"16": "icons\/on-16.png",
"32": "icons\/on-32.png",
"48": "icons\/on-32.png",
"96": "icons\/on-48.png",
"128": "icons\/on-128.png"
},
"action": {
"default_title": "ZetaMarker",
"default_icon": {
"16": "icons\/on-16.png",
"32": "icons\/on-32.png",
"48": "icons\/on-48.png",
"96": "icons\/on-96.png",
"128": "icons\/on-128.png"
}
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"file:\/\/\/*"
],
"js": [
"content.js"
],
"exclude_matches": [
"*:\/\/*.google.com\/*",
"*:\/\/*.yahoo.com\/*",
"*:\/\/*.hotmail.com\/*",
"*:\/\/onedrive.live.com\/*",
"*:\/\/chat.openai.com\/*",
"*:\/\/chatgpt.com\/*",
"*:\/\/*.chrome.com\/*",
"*:\/\/*.youtube.com\/*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"*:\/\/*\/*",
"file:\/\/\/*"
]
}
],
"externally_connectable": {
"ids": [
"ajaboiophmaflodkmglfpngnmiijkkle"
]
}
}