A free and easy, fully-featured screenshot app to capture, edit, and save screenshots and GIFs.
AnyFolder PrintScreen is an…
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"short_name": "AF PrintScreen",
"name": "AnyFolder - Advanced Print Screen Tool",
"manifest_version": 3,
"version": "2.8.16",
"icons": {
"16": "screenShotIcon.png",
"48": "screenShotIcon.png",
"128": "screenShotIcon.png"
},
"homepage_url": "https://anyfolder.com",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5KlMSgvWDm5x1WqNt/RhJbsSoG0qEMuVxyJ5xQtsH7peKuTflpIIi3UP0Hnby7Bc7fbRsneLXADIYk4rqNBh87CJPqCuAlB6ad8DT+J8QJOK94RIerhYGkgniGTQGa46Oqllc0bm7doWJY0YAA6zWHXZdSuyzqV319K6ONleSwbxsE5JrfJ7FOncUIzhVtdFFmHaOpUyDrmSEGZzoGOfx9PdfBpli/wzcRcTAvcuIghVMcYt6T/HjwNUmiwx4iiBf3Gn78ABFgtVUwhQo3Me1f2i+5np8525IGGaqtYo6Gu5Obx8n3n3IjwSJ+bbBtOxgksNCjNj/jYoNmP0OAIjjQIDAQAB",
"action": {
"default_title": "AnyFolder PrintScreen",
"default_icon": {
"19": "screenShotIcon.png",
"38": "screenShotIcon.png"
}
},
"host_permissions": [
"https://backend.anyfolder.com/api",
"http://backend.anyfolder.localhost/api",
"https://*.ingest.sentry.io/*",
"https://auth.monday.com/oauth2/token",
"http://*.anyfolder.localhost:3000/*"
],
"permissions": [
"storage",
"scripting",
"activeTab",
"notifications",
"downloads",
"contextMenus"
],
"optional_permissions": [
"tabCapture",
"desktopCapture"
],
"web_accessible_resources": [
{
"resources": [
"screenShotEditor.html",
"screenShotEditor.js",
"popup.html",
"popup.js",
"sideBySide.html",
"sideBySide.js",
"gif.html",
"gif.js",
"gifControlMenu.js",
"gifControlMenu.html",
"fonts/HelveticaNowText-Regular.otf",
"fonts/HVB.ttf",
"background.js.map",
"content.js.map",
"editorContent.js.map",
"elementContent.js.map",
"fullPageContent.js.map",
"gif.js.map",
"gifContent.js.map",
"options.js.map",
"popup.js.map",
"screenShotEditor.js.map",
"sideBySide.js.map",
"sideBySideContent.js.map",
"wholeTabContent.js.map",
"integrations.js.map",
"loading_1.png",
"loading_2.png",
"loading_3.png",
"loading_4.png",
"loading_5.png",
"loading_6.png",
"screenShotIcon.png"
],
"matches": [
"<all_urls>"
]
}
],
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+Q",
"mac": "MacCtrl+Shift+Q"
}
},
"default-action": {
"suggested_key": {
"default": "Ctrl+Q",
"mac": "Command+Q"
},
"description": "default operation "
}
},
"externally_connectable": {
"matches": [
"https://*.anyfolder.com/*",
"http://*.anyfolder.localhost:3000/*"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
]
}