Alla Prima Paint

Alla Prima Paint

Natural media painting that is easy to use.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Alla Prima Paint",
  "description": "Natural media painting that is easy to use.",
  "version": "2.0",
  "manifest_version": 2,
  "homepage_url": "http://www.pixarra.com",
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "offline_enabled": true
}