Log Finder

Log Finder

Search text files easily with 2 keywords per line!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Log Finder",
  "description": "Search text files easily with 2 keywords per line!",
  "version": "1.0",
  "icons": {
    "16": "/images/16.png",
    "48": "/images/48.png",
    "128": "/images/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Log Finder"
  }
}