Inspect and view changes in Perfect ScreenShot source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Perfect ScreenShot",
"description": "take a screenshot with a minimal browser header, which is useful for marketing and customer support purposes",
"version": "1.0.1",
"manifest_version": 3,
"background": {
"service_worker": "js/background.js"
},
"permissions": [
"activeTab",
"tabs"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon/icon-16.png",
"32": "icon/icon-32.png",
"48": "icon/icon-48.png",
"128": "icon/icon-128.png"
}
},
"icons": {
"16": "icon/icon-16.png",
"32": "icon/icon-32.png",
"48": "icon/icon-48.png",
"128": "icon/icon-128.png"
}
}