HNcute: A pretty pink Hacker News theme

HNcute: A pretty pink Hacker News theme

Make HN cute!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "HNcute: A pretty pink Hacker News theme",
  "description": "Make HN cute!",
  "version": "1.12",
  "manifest_version": 2,
  "content_scripts": [
    {
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://news.ycombinator.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "upvote.png",
    "hn-logo-cute.png",
    "OpenSans-Regular.ttf",
    "icon16.png"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}