The best way to take great screenshots.
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",
"manifest_version": 3,
"name": "Flowshot - Simple & Beautiful Screenshots",
"version": "0.0.8.0",
"version_name": "0.0.8",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArLkyo1b50fIyaIH760KMvzYbmxM4cQScwQNyqLVvxUGZlxl++uCG7NMxYI2vRpzbXEXUt3hdI2c2KS0jLiV5nNVwc/OB8zdnRO/Ey6eBn3Z37lFLXInTrKWPT3n97/QEHZMXFhNp8K6MLyT9KCEGK6qWfoTnKraXvaXokwACKYwB9ubR4lE9aX8yzjvn+2XR2KpNyJbLxtqoNdj0PfO/smlG+pLHgeQq+SKnKcIy4aMBy8QNWZrXhNaIYcqnuXlfllB1xaVAIk7QDDL6X4/bEqOKavBP4GCeVvXqp9prnf9DWApcKr/Zvk7T2nQAI4H3+ImmQZwsINekOCIUOgZ47wIDAQAB",
"description": "The best way to take great screenshots.",
"permissions": [
"storage",
"cookies",
"scripting",
"activeTab",
"unlimitedStorage"
],
"content_scripts": [
{
"js": [
"assets/index.tsx-loader-EHr54Ux0.js"
],
"matches": [
"http://*/*",
"https://*/*",
"<all_urls>"
]
}
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+Y",
"mac": "Command+Shift+Y"
}
},
"simple_screenshot": {
"description": "Take Simple Screenshot",
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
}
},
"highlight_screenshot": {
"description": "Take Screenshot with Highlight",
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+Shift+E"
}
}
},
"action": {
"default_popup": "index.html"
},
"host_permissions": [
"https://flowshot.app/",
"https://clerk.flowshot.app/"
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>",
"http://*/*",
"https://*/*"
],
"resources": [
"assets/navigation-menu-DnvjXfxt.js",
"assets/image-library-B4srAijB.js",
"assets/messaging-WO-Q4HwB.js",
"assets/index.tsx-CQokhzVE.js"
],
"use_dynamic_url": true
}
]
}