MyPaint on rollApp

MyPaint on rollApp

MyPaint is fast and intuitive digital graphics editor. Work on canvas with minimum distractions to focus on art instead of tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MyPaint on rollApp",
  "icons": {
    "16": "mypaint-16.png",
    "128": "mypaint-128.png"
  },
  "app": {
    "urls": [
      "*://www.rollapp.com/launch/mypaint",
      "*://www.rollapp.com/app/mypaint"
    ],
    "launch": {
      "width": 900,
      "web_url": "https://www.rollapp.com/launch/mypaint?ref=chrome-app",
      "container": "panel",
      "height": 600
    }
  },
  "version": "2.0",
  "manifest_version": 2,
  "description": "MyPaint is fast and intuitive digital graphics editor. Work on canvas with minimum distractions to focus on art instead of tools."
}