Product Hunt Preview

Product Hunt Preview

Preview websites that are featured on Product Hunt.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Product Hunt Preview",
  "author": "Sam Cambridge",
  "homepage_url": "http://samcambridge.co.uk",
  "icons": {
    "48": "images/48.png"
  },
  "description": "Preview websites that are featured on Product Hunt.",
  "permissions": [
    "http://*.producthunt.com/",
    "https://*.producthunt.com/",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery.min.js",
        "background.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "images/loader.gif"
  ],
  "version": "1.2",
  "manifest_version": 2
}