Hunted or Nah

Hunted or Nah

Check if a website is already shared on Product Hunt.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Hunted or Nah",
  "description": "Check if a website is already shared on Product Hunt.",
  "version": "1.0",
  "homepage_url": "https://twitter.com/iamtekeste",
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "128-icon.png"
  },
  "permissions": [
    "activeTab"
  ]
}