Ellsworth Kelly Animated

Ellsworth Kelly Animated

Animating the work of Ellsworth Kelly

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ellsworth Kelly Animated",
  "description": "Animating the work of Ellsworth Kelly",
  "version": "1.0",
  "permissions": [
    "storage",
    "webview",
    "http://fonts.googleapis.com/"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "ellsworthKellyAnimated-16.png",
    "128": "ellsworthKellyAnimated-128.png"
  }
}