RoboRothko

RoboRothko

Randomly generated paintings in the style of Mark Rothko.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "RoboRothko",
  "short_name": "RoboRothko",
  "version": "0.0.2.0",
  "description": "Randomly generated paintings in the style of Mark Rothko.",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}