Lucas' Whiteboard

Lucas' Whiteboard

A whiteboard for children to learn colors and paint.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "version": "2.0.1",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "offline_enabled": true,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "default_locale": "en"
}