Inspect and view changes in Doodle Pad 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": "Doodle Pad",
"version": "2.0.0",
"description": "Doodle Pad - Draw in your browser!",
"manifest_version": 3,
"author": "Dylan Belyk",
"action": {
"default_popup": "index.html",
"default_title": "Doodle Pad"
},
"icons": {
"16": "Assets/icon16.png",
"32": "Assets/icon32.png",
"48": "Assets/icon48.png",
"128": "Assets/icon128.png"
}
}