Product Hunt Benchmark

Product Hunt Benchmark

Instant product recommendations based on Product Hunt sentiment analysis.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Product Hunt Benchmark",
  "short_name": "PH Bench",
  "description": "Instant product recommendations based on Product Hunt sentiment analysis.",
  "version": "0.4.3",
  "content_security_policy": "script-src 'unsafe-eval'; object-src 'self'",
  "icons": {
    "184": "logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_name": "PH Bench",
    "default_icon": "[email protected]"
  },
  "manifest_version": 2,
  "permissions": [
    "https://phben.ch/*",
    "http://lvh.me/*",
    "tabs"
  ]
}