Inspect and view changes in YouiDraw Painter 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": "YouiDraw Painter",
"short_name": "Painter",
"description": "Online Paint Tool work with many painting tools, like brushes, pencil, texture, shapes. It's a totally free online painter.",
"version": "1.0.2",
"icons": {
"24": "24.png",
"128": "128.png"
},
"omnibox": {
"keyword": "Painter"
},
"app": {
"urls": [
"https://www.youidraw.com/apps/painter/"
],
"launch": {
"web_url": "https://www.youidraw.com/apps/painter/"
}
},
"permissions": [
"unlimitedStorage"
],
"manifest_version": 2
}