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",
"name": "Full-page screen capture by ScreenshotOne",
"description": "Render full-page screenshots as a single image. No more scrolling and resizing. Just click and download.",
"version": "0.2.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"editor\/index.html",
"editor\/editor.js",
"editor\/editor.css"
],
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
]
}
],
"action": {
"default_title": "Full-page screen capture by ScreenshotOne",
"default_popup": "popup\/index.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"content-script.js"
],
"css": []
}
],
"permissions": [
"activeTab",
"storage"
],
"icons": {
"16": "images\/icon_16.png",
"32": "images\/icon_32.png",
"48": "images\/icon_48.png",
"128": "images\/icon_128.png"
}
}