Dailly Happy Universe

Dailly Happy Universe

Everything is just a 'little thing' in the entitled universe.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Dailly Happy Universe",
  "description": "Everything is just a 'little thing' in the entitled universe.",
  "version": "0.8.1",
  "incognito": "split",
  "offline_enabled": false,
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "manifest_version": 2,
  "background": {
    "scripts": [
      "nasa-daily.js"
    ]
  }
}