InspirARTion - Sketch & Draw!

InspirARTion - Sketch & Draw!

Explore your Creativity. Drawing application with a number of cool brushes, symmetry modes, sharing features. Inspired by Harmony.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "InspirARTion - Sketch & Draw!",
  "description": "Explore your Creativity. Drawing application with a number of cool brushes, symmetry modes, sharing features. Inspired by Harmony.",
  "version": "15",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://intelloware.com/art/"
    ],
    "launch": {
      "web_url": "http://intelloware.com/art/"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}