Dream

Dream

Browse through the Internet with a dream-like effect

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.01",
  "name": "Dream",
  "description": "Browse through the Internet with a dream-like effect",
  "icons": {
    "16": "ico/16.png",
    "48": "ico/48.png",
    "128": "ico/128.png"
  },
  "browser_action": {
    "default_icon": "ico/48.png"
  },
  "chrome_url_overrides": {
    "newtab": "app/main.html"
  }
}