Profilehunt job clipper

Profilehunt job clipper

Add jobs from any website to track them on a kanban board

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Profilehunt job clipper",
  "version": "1.0.0",
  "icons": {
    "16": "assets/icons/favicon-16x16.png",
    "32": "assets/icons/favicon-32x32.png",
    "57": "assets/icons/apple-touch-icon-57x57.png",
    "120": "assets/icons/apple-touch-icon-120x120.png"
  },
  "description": "Add jobs from any website to track them on a kanban board",
  "homepage_url": "https://profilehunt.net",
  "short_name": "Profilehunt job clipper",
  "permissions": [
    "activeTab",
    "*://profilehunt.net/*"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "author": "profilehunt",
  "minimum_chrome_version": "49",
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "assets/icons/favicon-16x16.png",
      "32": "assets/icons/favicon-32x32.png",
      "57": "assets/icons/apple-touch-icon-57x57.png",
      "120": "assets/icons/apple-touch-icon-120x120.png"
    },
    "default_title": "Profilehunt job clipper",
    "chrome_style": false
  }
}