{ "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", "128": "extension/ui/resources/icon_128.png" }, "version": "1.8.84", "description": "__MSG_extensionDescription__", "content_scripts": [ { "matches": [ "" ], "run_at": "document_start", "js": [ "lib/browser-polyfill/custom-browser-polyfill.js", "lib/hooks/hooks.js", "extension/index.js", "lib/single-file/util/doc-helper.js", "lib/single-file/util/timeout.js", "lib/fetch/content/fetch.js", "lib/lazy/content/content-lazy-loader.js", "lib/frame-tree/frame-tree.js", "extension/core/content/content-frame.js" ], "all_frames": true, "match_about_blank": true }, { "matches": [ "" ], "js": [ "extension/ui/content/infobar.js" ] }, { "matches": [ "" ], "run_at": "document_start", "js": [ "extension/core/content/content-bootstrap.js" ] } ], "background": { "scripts": [ "lib/browser-polyfill/custom-browser-polyfill.js", "lib/fetch/bg/fetch.js", "lib/fetch/content/fetch.js", "extension/index.js", "extension/core/bg/storage.js", "extension/core/bg/download.js", "extension/core/bg/script-loader.js", "extension/core/bg/processor.js", "extension/core/bg/config.js", "extension/core/bg/core.js", "extension/ui/bg/bg-ui.js", "extension/ui/bg/ui-menu.js", "extension/ui/bg/ui-button.js", "extension/ui/bg/ui-autosave.js", "lib/lazy/bg/bg-lazy-timeout.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/util/doc-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-browser.js" ], "persistent": false }, "options_page": "extension/ui/pages/options.html", "options_ui": { "browser_style": true, "page": "extension/ui/pages/options.html", "open_in_tab": false }, "browser_action": { "default_icon": "extension/ui/resources/icon_16.png", "default_title": "__MSG_buttonDefaultTooltip__" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+X", "mac": "Command+Shift+X", "linux": "Ctrl+Shift+X" } } }, "permissions": [ "contextMenus", "downloads", "menus", "storage", "tabs", "" ], "applications": { "gecko": { "id": "{531906d3-e22f-4a6c-a102-8057b88a1a63}" } }, "incognito": "spanning", "web_accessible_resources": [ "lib/lazy/web/web-lazy-loader-before.js", "lib/lazy/web/web-lazy-loader-after.js" ], "manifest_version": 2, "default_locale": "en" }