Feeling Happy

Feeling Happy

A nice message for every tab <3

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Feeling Happy",
  "version": "1.3",
  "description": "A nice message for every tab <3",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "Icons/icon_16.png",
      "32": "Icons/icon_32.png",
      "48": "Icons/icon_48.png",
      "128": "Icons/icon_128.png"
    }
  },
  "icons": {
    "16": "Icons/icon_16.png",
    "32": "Icons/icon_32.png",
    "48": "Icons/icon_48.png",
    "128": "Icons/icon_128.png"
  },
  "manifest_version": 2
}