Haze

Haze

Haze represents each day of the week with color schemes and subtle imagery loosely based on the Thai astrological calendar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Haze",
  "description": "Haze represents each day of the week with color schemes and subtle imagery loosely based on the Thai astrological calendar.",
  "version": "2.5",
  "icons": {
    "16": "assets/images/icon16.png",
    "48": "assets/images/icon48.png",
    "64": "assets/images/icon64.png",
    "128": "assets/images/icon128.png"
  },
  "browser_action": {
    "default_title": "Haze"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2,
  "permissions": [
    "tabs"
  ]
}