42 lines
2.6 KiB
JSON
42 lines
2.6 KiB
JSON
{
|
|
"background": {
|
|
"scripts": [ "lib/utils.js", "lib/settings.js", "background_scripts/bg_utils.js", "background_scripts/commands.js", "background_scripts/exclusions.js", "background_scripts/completion_engines.js", "background_scripts/completion_search.js", "background_scripts/completion.js", "background_scripts/marks.js", "background_scripts/main.js" ]
|
|
},
|
|
"browser_action": {
|
|
"default_icon": "icons/browser_action_disabled.png",
|
|
"default_popup": "pages/popup.html"
|
|
},
|
|
"content_scripts": [ {
|
|
"all_frames": true,
|
|
"css": [ "content_scripts/vimium.css" ],
|
|
"js": [ "lib/utils.js", "lib/keyboard_utils.js", "lib/dom_utils.js", "lib/rect.js", "lib/handler_stack.js", "lib/settings.js", "lib/find_mode_history.js", "content_scripts/mode.js", "content_scripts/ui_component.js", "content_scripts/link_hints.js", "content_scripts/vomnibar.js", "content_scripts/scroller.js", "content_scripts/marks.js", "content_scripts/mode_insert.js", "content_scripts/mode_find.js", "content_scripts/mode_key_handler.js", "content_scripts/mode_visual.js", "content_scripts/hud.js", "content_scripts/mode_normal.js", "content_scripts/vimium_frontend.js" ],
|
|
"match_about_blank": true,
|
|
"matches": [ "\u003Call_urls>" ],
|
|
"run_at": "document_start"
|
|
}, {
|
|
"all_frames": true,
|
|
"css": [ "content_scripts/file_urls.css" ],
|
|
"matches": [ "file:///", "file:///*/" ],
|
|
"run_at": "document_start"
|
|
} ],
|
|
"description": "The Hacker's Browser. Vimium provides keyboard shortcuts for navigation and control in the spirit of Vim.",
|
|
"differential_fingerprint": "1.1a8e785387cc9c5fa844b2f11bab76741a6da5c07f262761c880cc1ea5b2456a",
|
|
"icons": {
|
|
"128": "icons/icon128.png",
|
|
"16": "icons/icon16.png",
|
|
"48": "icons/icon48.png"
|
|
},
|
|
"key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCavizCZ9EnBGbtcRmMErcaxD2WUHJ9ME8IYGQhUBlFgIvchJjAO8koyak3AM95dqu3sOLdtIYD+75T82V1Wl5fLnHAeij2/IWL2VViTHeZhXZl1+rD9sRDaEYd7aZetpJ29+XXfhVphKArCCfwbYCtoJhTIr6S6DYsXuRevoV0EwIDAQAB",
|
|
"manifest_version": 2,
|
|
"minimum_chrome_version": "69.0",
|
|
"name": "Vimium",
|
|
"options_ui": {
|
|
"chrome_style": false,
|
|
"open_in_tab": true,
|
|
"page": "pages/options.html"
|
|
},
|
|
"permissions": [ "tabs", "bookmarks", "history", "clipboardRead", "storage", "sessions", "notifications", "webNavigation", "\u003Call_urls>" ],
|
|
"update_url": "https://clients2.google.com/service/update2/crx",
|
|
"version": "1.67.2",
|
|
"web_accessible_resources": [ "pages/vomnibar.html", "content_scripts/vimium.css", "pages/hud.html", "pages/help_dialog.html", "pages/completion_engines.html" ]
|
|
}
|