Finger Paint

Finger Paint

An awesome finger painting application that is fun for kids and adults alike!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Finger Paint",
  "description": "An awesome finger painting application that is fun for kids and adults alike!",
  "version": "2.12.0",
  "manifest_version": 2,
  "icons": {
    "128": "finger-paint-128.png"
  },
  "app": {
    "urls": [
      "https://www.apewebapps.com/finger-paint/chrome/"
    ],
    "launch": {
      "web_url": "https://www.apewebapps.com/finger-paint/chrome/"
    }
  }
}