| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- {
- "name": "SingleFile",
- "author": "Gildas Lormeau",
- "homepage_url": "https://github.com/gildas-lormeau/SingleFile",
- "icons": {
- "16": "extension/ui/resources/icon_16.png",
- "48": "extension/ui/resources/icon_48.png",
- "64": "extension/ui/resources/icon_64.png",
- "128": "extension/ui/resources/icon_128.png"
- },
- "version": "1.12.21",
- "description": "__MSG_extensionDescription__",
- "content_scripts": [
- {
- "matches": [
- "<all_urls>"
- ],
- "run_at": "document_start",
- "js": [
- "lib/single-file/index.js",
- "extension/lib/single-file/index.js",
- "extension/lib/single-file/browser-polyfill/chrome-browser-polyfill.js",
- "lib/single-file/single-file-helper.js",
- "lib/single-file/processors/hooks/content/content-hooks-frames.js",
- "lib/single-file/processors/frame-tree/content/content-frame-tree.js"
- ],
- "all_frames": true,
- "match_about_blank": true
- },
- {
- "matches": [
- "<all_urls>"
- ],
- "js": [
- "common/ui/content/content-infobar-web.js"
- ]
- },
- {
- "matches": [
- "<all_urls>"
- ],
- "run_at": "document_start",
- "js": [
- "lib/single-file/index.js",
- "lib/single-file/processors/hooks/content/content-hooks.js",
- "extension/lib/single-file/index.js",
- "extension/core/index.js",
- "extension/core/content/content-bootstrap.js"
- ]
- }
- ],
- "background": {
- "scripts": [
- "lib/single-file/index.js",
- "extension/lib/single-file/index.js",
- "extension/core/index.js",
- "extension/ui/index.js",
- "extension/lib/single-file/index.js",
- "extension/lib/single-file/browser-polyfill/chrome-browser-polyfill.js",
- "lib/single-file/vendor/css-minifier.js",
- "lib/single-file/vendor/css-tree.js",
- "lib/single-file/vendor/css-media-query-parser.js",
- "lib/single-file/vendor/html-srcset-parser.js",
- "lib/single-file/vendor/css-font-property-parser.js",
- "lib/single-file/single-file-util.js",
- "lib/single-file/single-file-helper.js",
- "lib/single-file/modules/css-fonts-minifier.js",
- "lib/single-file/modules/css-fonts-alt-minifier.js",
- "lib/single-file/modules/css-medias-alt-minifier.js",
- "lib/single-file/modules/css-matched-rules.js",
- "lib/single-file/modules/css-rules-minifier.js",
- "lib/single-file/modules/html-minifier.js",
- "lib/single-file/modules/html-serializer.js",
- "lib/single-file/modules/html-images-alt-minifier.js",
- "lib/single-file/single-file-core.js",
- "lib/single-file/single-file.js",
- "common/index.js",
- "common/ui/content/content-infobar.js",
- "extension/lib/single-file/core/bg/scripts.js",
- "extension/lib/single-file/fetch/content/content-fetch.js",
- "extension/lib/single-file/fetch/bg/fetch.js",
- "extension/lib/single-file/frame-tree/bg/frame-tree.js",
- "extension/lib/single-file/lazy/bg/lazy-timeout.js",
- "extension/lib/gdrive/gdrive.js",
- "extension/core/bg/config.js",
- "extension/core/bg/tabs-data.js",
- "extension/core/bg/business.js",
- "extension/core/bg/messages.js",
- "extension/core/bg/tabs.js",
- "extension/core/bg/downloads.js",
- "extension/core/bg/autosave.js",
- "extension/core/bg/devtools.js",
- "extension/core/bg/editor.js",
- "extension/ui/bg/ui-main.js",
- "extension/ui/bg/ui-menus.js",
- "extension/ui/bg/ui-commands.js",
- "extension/ui/bg/ui-button.js"
- ],
- "persistent": false
- },
- "options_page": "extension/ui/pages/options.html",
- "sidebar_action": {
- "browser_style": true,
- "default_title": "SingleFile options",
- "default_panel": "extension/ui/pages/options.html#side-panel",
- "default_icon": "extension/ui/resources/icon_128.png",
- "open_at_install": false
- },
- "options_ui": {
- "browser_style": true,
- "page": "extension/ui/pages/options.html",
- "open_in_tab": false
- },
- "browser_action": {
- "default_icon": {
- "16": "extension/ui/resources/icon_16.png",
- "48": "extension/ui/resources/icon_48.png",
- "64": "extension/ui/resources/icon_64.png",
- "128": "extension/ui/resources/icon_128.png"
- },
- "default_title": "__MSG_buttonDefaultTooltip__"
- },
- "commands": {
- "save-tab": {
- "suggested_key": {
- "default": "Ctrl+Shift+Y"
- },
- "description": "Save the current tab or the selected content"
- },
- "save-all-tabs": {
- "suggested_key": {
- "default": "Ctrl+Shift+U"
- },
- "description": "Save all tabs"
- }
- },
- "web_accessible_resources": [
- "lib/single-file/index.js",
- "lib/single-file/modules/html-serializer.js",
- "lib/single-file/processors/hooks/content/content-hooks-web.js",
- "lib/single-file/processors/hooks/content/content-hooks-frames-web.js",
- "common/ui/content/content-infobar-web.js",
- "extension/ui/content/content-ui-editor-web.js",
- "extension/ui/editor/editor-note-web.css",
- "extension/ui/editor/editor-mask-web.css",
- "extension/ui/editor/editor-frame-web.css"
- ],
- "oauth2": {
- "client_id": "207618107333-bktohpfmdfnv5hfavi1ll18h74gqi27v.apps.googleusercontent.com",
- "scopes": [
- "https://www.googleapis.com/auth/drive.file"
- ]
- },
- "permissions": [
- "identity",
- "menus",
- "clipboardWrite",
- "contextMenus",
- "downloads",
- "storage",
- "tabs",
- "<all_urls>"
- ],
- "optional_permissions": [
- "identity"
- ],
- "applications": {
- "gecko": {
- "id": "{531906d3-e22f-4a6c-a102-8057b88a1a63}"
- }
- },
- "devtools_page": "extension/ui/devtools/devtools.html",
- "incognito": "spanning",
- "manifest_version": 2,
- "default_locale": "en"
- }
|