Inspect and view changes in Coloring Plus 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": 2,
"name": "Coloring Plus",
"description": "Free online coloring book with a built-in coloring pages search and an image gallery to save your works.",
"version": "3.0.22",
"offline_enabled": true,
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
},
"app": {
"launch": {
"web_url": "https://coloring-plus.com/"
}
},
"short_name": "Coloring Plus",
"permissions": [
"unlimitedStorage"
]
}