Online MS Paint - Image Editor & Paint Tool

Online MS Paint - Image Editor & Paint Tool

Online MS Paint is a classic windows application which is used as an online image/photo editor, drawing & paint tool.

Merlin
Additional files are visible only to premium users

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
  }
}