Sumopaint - Online Image Editor

Sumopaint - Online Image Editor

Sumopaint is a full featured painting and image editing application.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Sumopaint - Online Image Editor",
  "short_name": "Sumopaint",
  "version": "12.4",
  "description": "Sumopaint is a full featured painting and image editing application.",
  "author": "Sumo Apps Ltd",
  "action": {
    "default_icon": "sumo128.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "sumo16.png",
    "32": "sumo32.png",
    "48": "sumo48.png",
    "128": "sumo128.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}