Inspect and view changes in Vector Paint 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
{
"app": {
"launch": {
"web_url": "http://vectorpaint.yaks.co.nz/"
}
},
"update_url": "https://clients2.google.com/service/update2/crx",
"description": "Create vector artwork with this free app.",
"default_locale": "en",
"name": "Vector Paint",
"icons": {
"16": "logo/vector_paint_icon16.png",
"32": "logo/vector_paint_icon32.png",
"128": "logo/vector_paint_icon128.png",
"256": "logo/vector_paint_icon256.png"
},
"offline_enabled": true,
"manifest_version": 2,
"version": "3.2.0.0"
}