Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_screenshotplugin_name__",
"description": "__MSG_screenshotplugin_short_description__",
"version": "7.0.1",
"icons": {
"19": "img\/icon19.png",
"24": "img\/icon24.png",
"32": "img\/icon32.png",
"38": "img\/icon38.png",
"128": "img\/icon128.png",
"256": "img\/icon256.png"
},
"background": {
"service_worker": "sw.js"
},
"permissions": [
"activeTab",
"storage",
"unlimitedStorage",
"notifications",
"clipboardWrite",
"downloads",
"cookies"
],
"host_permissions": [
"*:\/\/*\/*"
],
"default_locale": "en",
"author": "http:\/\/app.prntscr.com\/",
"action": {
"default_icon": {
"19": "img\/icon19.png",
"38": "img\/icon38.png"
},
"default_title": "__MSG_screenshotplugin_default_title__"
},
"content_security_policy": []
}