Inspect and view changes in ShowwcaseXS 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",
"manifest_version": 3,
"name": "ShowwcaseXS",
"version": "1.0.2.3",
"description": "ShowwcaseXS: Use showwcase on every website! Experience enhanced user experience and features.",
"icons": {
"16": "images/sxs-16x16.png",
"32": "images/sxs-32x32.png",
"48": "images/sxs-64x64.png",
"128": "images/sxs-128x128.png"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"clipboardWrite"
]
}