Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.7.0",
"action": {
"default_title": "__MSG_AppName__",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png"
}
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"default_locale": "en",
"description": "__MSG_AppDesc__",
"homepage_url": "https:\/\/colorink.top",
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"512": "icons\/icon-512.png"
},
"web_accessible_resources": [
{
"resources": [
"_favicon\/*",
"imgs\/*",
"content\/*",
"*.js",
"*.css",
"*.png",
"*.webp",
"*.ttf",
"*.json",
"*.html",
"*.wasm"
],
"matches": [
"<all_urls>"
]
}
],
"manifest_version": 3,
"name": "__MSG_AppName__",
"offline_enabled": true,
"options_page": "setting.html",
"host_permissions": [
"<all_urls>"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+Shift+J"
}
},
"command1": {
"suggested_key": {
"default": "Alt+Shift+N"
},
"description": "Command1"
},
"command2": {
"suggested_key": {
"default": "Alt+Shift+A"
},
"description": "Command2"
},
"command3": {
"suggested_key": {
"default": "Alt+Shift+M"
},
"description": "Command3"
}
},
"permissions": [
"activeTab",
"contextMenus",
"scripting",
"debugger",
"downloads",
"storage",
"management",
"tabs",
"notifications",
"history"
],
"externally_connectable": {
"matches": [
"<all_urls>"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content\/init.js"
],
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"content\/main.js"
],
"world": "MAIN",
"run_at": "document_start"
},
{
"matches": [
"<all_urls>"
],
"js": [
"content\/main.js"
],
"world": "ISOLATED",
"run_at": "document_start"
}
],
"content_security_policy": {
"extension_pages": "object-src 'self';script-src 'self' 'wasm-unsafe-eval'"
}
}