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",
"name": "__MSG_extName__",
"description": "__MSG_description__",
"default_locale": "en",
"version": "0.7.5",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": "assets\/icons\/shader_logo.png"
},
"icons": {
"128": "assets\/icons\/shader_logo.png"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"Ctrl+M": {
"suggested_key": {
"default": "Ctrl+M",
"mac": "Command+M"
},
"description": "Ctrl+M."
}
},
"permissions": [
"tabs",
"storage",
"scripting",
"browsingData"
],
"host_permissions": [
"<all_urls>"
],
"incognito": "split",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start",
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
]
}