Inspect and view changes in MS PAINT Online| IMAGE EDITOR 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
{
"manifest_version": 2,
"name": "ONLINE MS PAINT PRO | IMAGE EDITOR PAINT TOOL",
"version": "1.0",
"offline_enabled": true,
"container": "GOOGLE_DRIVE",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon.png"
}
}