2day is a Good Day

2day is a Good Day

Yay, Today will be a good day

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "2day is a Good Day",
  "short_name": "2day is a Good Day",
  "version": "0.6.5",
  "description": "Yay, Today will be a good day",
  "homepage_url": "https://ext.huynq.net/",
  "icons": {
    "16": "icon32.png",
    "48": "icon64.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon64.png",
    "default_title": "2day is a Good Day - Say Hi to your Today",
    "default_popup": "options.html"
  },
  "chrome_url_overrides": {
    "newtab": "2day.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "http://*.unsplash.com/",
    "https://*.unsplash.com/",
    "https://*.flickr.com/",
    "https://ext.huynq.net/",
    "tabs",
    "storage"
  ]
}