Abstract_Free

Abstract_Free

Free Images by CG artist Dimitris Christou.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Abstract_Free",
  "description": "Free Images by CG artist Dimitris Christou.",
  "version": "1.0.0.2",
  "manifest_version": 2,
  "homepage_url": "http://blendbend.blogspot.com",
  "app": {
    "launch": {
      "local_path": "index.html",
      "container": "panel",
      "width": 1024,
      "height": 768
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "offline_enabled": false
}