Good Old PH

Good Old PH

Going back to the old Product Hunt layout

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Good Old PH",
  "version": "0.0.6",
  "manifest_version": 2,
  "description": "Going back to the old Product Hunt layout",
  "homepage_url": "http://twitter.com/tchret",
  "icons": {
    "19": "icons/icon19.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "https://www.producthunt.com/",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.producthunt.com/",
        "*://*.producthunt.com/tech",
        "*://*.producthunt.com/podcasts",
        "*://*.producthunt.com/books",
        "*://*.producthunt.com/games"
      ],
      "css": [
        "src/inject/inject.css"
      ]
    }
  ]
}