Online MS Paint is a classic windows application which is used as an online image/photo editor, drawing & paint tool.
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": "Online MS Paint - Image Editor & Paint Tool",
"short_name": "Online MS Paint",
"version": "1.0",
"description": "Online MS Paint is a classic windows application which is used as an online image/photo editor, drawing & paint tool",
"icons": {
"16": "icon.jpg",
"48": "icon.jpg",
"128": "icon.jpg"
},
"homepage_url": "https://chromecrxstore.com/onlinepaint/",
"browser_action": {
"default_icon": "icon.jpg",
"default_title": "Online MS Paint"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
}
}