Harvestr

Harvestr

Harvestr Chrome extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Harvestr",
  "description": "Harvestr Chrome extension",
  "version": "4.4.2",
  "permissions": [
    "activeTab",
    "identity",
    "scripting"
  ],
  "icons": {
    "96": "assets/icons/icon-2024-96x96.png",
    "128": "assets/icons/icon-2024-128x128.png"
  },
  "action": {
    "default_title": "Harvestr",
    "default_icon": "assets/icons/icon-2024-96x96.png",
    "default_popup": "index.html"
  },
  "manifest_version": 3
}