SeenHunt

SeenHunt

Add vegetables to new items on Product Hunt.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SeenHunt",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "Add vegetables to new items on Product Hunt.",
  "homepage_url": "https://github.com/drcongo/seenhunt",
  "icons": {
    "32": "Icon-32.png",
    "48": "Icon-48.png",
    "64": "Icon-64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.producthunt.com/*",
        "https://www.producthunt.com/*"
      ],
      "js": [
        "seenhunt.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "http://www.producthunt.com/*",
    "https://www.producthunt.com/*"
  ]
}