88 lines
3.0 KiB
JSON
88 lines
3.0 KiB
JSON
{
|
|
"action": {
|
|
"default_icon": {
|
|
"19": "icons/enabled_19.png",
|
|
"38": "icons/enabled_38.png"
|
|
},
|
|
"default_popup": "pages/action.html",
|
|
"default_title": "__MSG_name__\n\n__MSG_noActiveState__"
|
|
},
|
|
"author": "gdh1995@qq.com",
|
|
"background": {
|
|
"service_worker": "background/worker.js",
|
|
"type": "module"
|
|
},
|
|
"commands": {
|
|
"createTab": {
|
|
"description": "__MSG_createTab_s__"
|
|
},
|
|
"goBack": {
|
|
"description": "__MSG_goBack_s__"
|
|
},
|
|
"goForward": {
|
|
"description": "__MSG_goForward_s__"
|
|
},
|
|
"previousTab": {
|
|
"description": "__MSG_previousTab_s__"
|
|
},
|
|
"quickNext": {
|
|
"description": "__MSG_quickNext_s__"
|
|
},
|
|
"reloadTab": {
|
|
"description": "__MSG_reloadTab_s__"
|
|
},
|
|
"userCustomized1": {
|
|
"description": "__MSG_userCustomized__ 1"
|
|
},
|
|
"userCustomized2": {
|
|
"description": "__MSG_userCustomized__ 2"
|
|
}
|
|
},
|
|
"content_scripts": [ {
|
|
"all_frames": true,
|
|
"js": [ "content/vimium-c.js" ],
|
|
"match_about_blank": true,
|
|
"match_origin_as_fallback": true,
|
|
"matches": [ "\u003Call_urls>" ],
|
|
"run_at": "document_start"
|
|
} ],
|
|
"content_security_policy": {
|
|
"extension_pages": "script-src 'self'; style-src 'self' 'unsafe-inline'; object-src 'none'"
|
|
},
|
|
"default_locale": "en",
|
|
"description": "__MSG_description__",
|
|
"homepage_url": "https://github.com/gdh1995/vimium-c",
|
|
"host_permissions": [ "\u003Call_urls>" ],
|
|
"icons": {
|
|
"128": "icons/icon128.png",
|
|
"16": "icons/icon16.png",
|
|
"32": "icons/icon32.png",
|
|
"48": "icons/icon48.png"
|
|
},
|
|
"incognito": "spanning",
|
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnaZQnkvrHvNlwXPnSfavEya+9sPtVgBR2hWLsNvwdv6+zHRGr/qhqEbtof1v7gDXzpC5+Dr4kOay6aflw5CaFzA1zyVJySAjpb0RkVh774kp9msRpjyb39obSIWAIB76PTwawEAE+K1f26jXDbTC2gEBe4OWk5KW9u9+KoTmeKLHo73ScR1jFcFaOTbrhwHtIDqj00vpIfrSAofpLIq1gP//Og+FoOT4dF107fwlVfDJuu171svuT68wmcKStl6OANxcnXCXE6OWbeZcjMehcQH41wzTtDugmt0o8w+hJ2WVugwWWmGmE8qSiwo9QYZTJW+5EvMcmNZWUmPbTLGkGQIDAQAB",
|
|
"manifest_version": 3,
|
|
"minimum_chrome_version": "102",
|
|
"name": "__MSG_name__",
|
|
"offline_enabled": true,
|
|
"omnibox": {
|
|
"keyword": "v"
|
|
},
|
|
"optional_host_permissions": [ "chrome://*/*", "chrome://new-tab-page/*" ],
|
|
"optional_permissions": [ "bookmarks", "downloads", "downloads.shelf", "contentSettings" ],
|
|
"options_ui": {
|
|
"open_in_tab": true,
|
|
"page": "pages/options.html"
|
|
},
|
|
"permissions": [ "clipboardRead", "clipboardWrite", "favicon", "history", "notifications", "offscreen", "scripting", "search", "sessions", "storage", "tabGroups", "tabs", "webNavigation" ],
|
|
"short_name": "Vimium C",
|
|
"update_url": "https://clients2.google.com/service/update2/crx",
|
|
"version": "2.12.2",
|
|
"version_name": "2.12.2",
|
|
"web_accessible_resources": [ {
|
|
"matches": [ "\u003Call_urls>", "chrome-extension://*/*" ],
|
|
"resources": [ "content/*", "front/vomnibar*", "lib/*" ],
|
|
"use_dynamic_url": false
|
|
} ]
|
|
}
|