Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"minimum_chrome_version": "96",
"name": "Scrollshot: Scrolling Screenshots. Full Page.",
"description": "Full page screenshots including support for ChatGPT, Grafana and Jira",
"author": "https:\/\/scrollshot.click",
"offline_enabled": false,
"background": {
"service_worker": "service-worker-for-extension.js"
},
"declarative_net_request": {
"rule_resources": [
{
"id": "static-net-rules-1",
"enabled": true,
"path": "static-net-rules-1.json"
}
]
},
"permissions": [
"activeTab",
"debugger",
"declarativeNetRequestWithHostAccess",
"downloads",
"notifications",
"storage",
"unlimitedStorage"
],
"host_permissions": [
"<all_urls>"
],
"optional_permissions": [
"alarms",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"img\/preparation.png"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": {
"16": "img\/scrollshot-icon-16x16.png"
},
"default_popup": "popup.html",
"default_title": "Scrollshot"
},
"icons": {
"16": "img\/scrollshot-icon-16x16.png",
"32": "img\/scrollshot-icon-32x32.png",
"48": "img\/scrollshot-icon-48x48.png",
"128": "img\/scrollshot-icon-128x128.png",
"192": "img\/scrollshot-icon-192x192.png"
},
"version": "2.1.3",
"version_name": "2.1.3-prod",
"content_security_policy": {
"extension_pages": "default-src 'none'; frame-ancestors 'self'; worker-src 'self'; connect-src *; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com data:; img-src * mediastream: blob: filesystem: data:; media-src * mediastream: blob: filesystem:; font-src 'self' https:\/\/fonts.gstatic.com data:; script-src 'self'; frame-src 'self' https:\/\/*.webqsee.com https:\/\/webqsee.com; child-src 'self' https:\/\/*.webqsee.com https:\/\/webqsee.com; form-action 'self'",
"sandbox": "sandbox allow-scripts; default-src 'none'; frame-ancestors 'self'; worker-src 'self'; connect-src 'self'; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com data:; img-src 'self' https:\/\/*.webqsee.com https:\/\/webqsee.com mediastream: blob: filesystem: data:; media-src 'self' https:\/\/*.webqsee.com https:\/\/webqsee.com mediastream: blob: filesystem:; font-src 'self' https:\/\/fonts.gstatic.com data:; script-src 'self' 'unsafe-eval'; frame-src 'self'; child-src 'self'; form-action 'self'"
},
"externally_connectable": {
"matches": [
"https:\/\/app.webqsee.com\/landing\/*",
"https:\/\/app.webqsee.com\/cloud-iframe\/*",
"https:\/\/app.webqsee.com\/login-via-form*",
"https:\/\/app.webqsee.com\/register-via-form*",
"https:\/\/app.webqsee.com\/oauth2\/callback\/*",
"https:\/\/app.webqsee.com\/userMaintenance\/password\/*",
"https:\/\/app.webqsee.com\/userMaintenance\/email\/*"
]
}
}