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": "36.1.0",
"manifest_version": 3,
"commands": {
"visible_screenshot": {
"description": "visible screenshot"
},
"entire_page_screenshot": {
"description": "Entire Page Screenshot"
}
},
"description": "__MSG_description__",
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "bg.js"
},
"action": {
"default_icon": "images\/icon128.png",
"default_title": "Screenshot Extension",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"\/images\/*.png",
"\/css\/pagestyles.css",
"\/css\/dialog.css",
"\/libs\/gapi.js",
"\/libs\/jquery.js",
"\/js\/dialog.js"
],
"matches": [
"<all_urls>"
]
}
],
"offline_enabled": true,
"default_locale": "en",
"permissions": [
"activeTab",
"scripting",
"storage"
]
}