Inspect and view changes in Image Tracer Overlay 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": "Image Tracer Overlay",
"version": "2.0.0",
"description": "Choose an image to create an overlay for tracing in your web-based drawing or sketching apps.",
"permissions": [
"activeTab",
"scripting"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"128": "icons/128.png"
},
"action": {
"default_icon": {
"16": "icons/16-grey.png",
"32": "icons/32-grey.png",
"128": "icons/128-grey.png"
}
}
}