Image Finder

Image Finder

Find images to save

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Image Finder",
  "action": {},
  "manifest_version": 3,
  "version": "0.1",
  "description": "Find images to save",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "finder.js"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}