Bear Draws

Bear Draws

Use this painting extension to create funny looking cartoon painting.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/19.png",
      "38": "images/38.png"
    },
    "default_title": "Bear Draws",
    "name": "load"
  },
  "description": "Use this painting extension to create funny looking cartoon painting.",
  "icons": {
    "16": "images/map_16x16.png",
    "19": "images/19.png",
    "48": "images/48.png",
    "128": "images/map_128x128.png"
  },
  "manifest_version": 2,
  "name": "Bear Draws",
  "permissions": [
    "unlimitedStorage"
  ],
  "version": "2.6"
}