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": "Ezy Screenshot",
"short_name": "Ezy Screenshot",
"description": "Add the Ezy Screenshot Chrome\u2122 extension to capture, record and print your screen via a widget on your browser toolbar.",
"version": "1.0.0.0",
"manifest_version": 3,
"action": {
"default_icon": {
"128": "icons\/icon128.png"
},
"default_title": "Ezy Screenshot",
"default_popup": "uiDesign\/recording_1\/index.html"
},
"icons": {
"256": "icons\/icon.png"
},
"background": {
"service_worker": "serviceWorker\/serviceWorker.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/ezyscreenshot.com\/*"
],
"js": [
"contentscript.js"
]
},
{
"matches": [
"*:\/\/images.ezyscreenshot.com\/*"
],
"js": [
"favTitle.js"
]
}
],
"permissions": [
"tabs",
"activeTab",
"clipboardWrite",
"scripting",
"alarms"
],
"host_permissions": [
"*:\/\/ezyscreenshot.com\/*"
]
}