Inspect and view changes in Take Webpage Screenshots Entirely - FireShot source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"version": "2.1.1.0",
"manifest_version": 3,
"name": "__MSG_application_title__",
"description": "__MSG_application_description__",
"default_locale": "en",
"offline_enabled": true,
"minimum_chrome_version": "114",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"incognito": "spanning",
"icons": {
"16": "images/sss_16.png",
"32": "images/sss_32.png",
"48": "images/sss_48.png",
"128": "images/sss_128.png"
},
"options_page": "fsOptions.html",
"action": {
"default_popup": "fsPopup.html"
},
"permissions": [
"storage",
"alarms",
"scripting",
"offscreen",
"activeTab",
"nativeMessaging",
"contextMenus"
],
"optional_host_permissions": [
"https://mail.google.com/*",
"<all_urls>"
],
"optional_permissions": [
"tabs",
"downloads"
],
"background": {
"service_worker": "scripts/fsServiceWorker.js"
},
"commands": {
"last-used-action": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "__MSG_options_label_last_action_hotkey__"
},
"capture-entire-page-action": {
"suggested_key": {
"default": "Alt+Shift+1",
"mac": "Command+Shift+1"
},
"description": "__MSG_action_capture_entire_lite__"
},
"capture-visible-page-action": {
"suggested_key": {
"default": "Alt+Shift+3",
"mac": "Command+Shift+2"
},
"description": "__MSG_action_capture_visible_lite__"
},
"capture-selection-action": {
"suggested_key": {
"default": "Alt+Shift+4",
"mac": "Command+Shift+6"
},
"description": "__MSG_action_capture_selection_lite__"
}
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}