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": "__MSG_name__",
"version": "60.0.0",
"homepage_url": "https:\/\/www.webpagescreenshot.info",
"manifest_version": 3,
"description": "__MSG_description__",
"icons": {
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"action": {
"default_icon": "images\/browseraction.png",
"default_title": "Webpage Screenshot"
},
"offline_enabled": true,
"default_locale": "en",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"optional_permissions": [
"desktopCapture"
]
}