Product Hunt Investor Edition

Product Hunt Investor Edition

Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Product Hunt Investor Edition",
  "short_name": "Product Hunt Investor Edition",
  "description": "Adds CrunchBase, AngelList, Alexa & co. links to posts on producthunt.com",
  "version": "0.4.2",
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "permissions": [
    "*://www.producthunt.com/*",
    "*://ph.nikita.io/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.producthunt.com/*"
      ],
      "js": [
        "jquery-2.1.1.min.js",
        "jquery-observe.min.js",
        "contentscript.js"
      ],
      "css": [
        "main.css"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/*.png"
  ]
}