ProductHunt: Indie Return (Unofficial Filter)

ProductHunt: Indie Return (Unofficial Filter)

ProductHunt's true purpose - discover only Bootstrapped, Solo Founder and Open Source Projects with this easy, automatic filter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "ProductHunt: Indie Return (Unofficial Filter)",
  "version": "1.0",
  "description": "ProductHunt's true purpose - discover only Bootstrapped, Solo Founder and Open Source Projects with this easy, automatic filter.",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.producthunt.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}