Icon Finder for Google Chrome™

Icon Finder for Google Chrome™

Super Free Icon Search Engine , Over 91000 icons, strong categorized, plus free vectors and stock photos on one place!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "service_worker": "/js/welcome.js"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "default_locale": "en",
  "description": "__MSG_app_description__",
  "homepage_url": "https://icon-finder.freebusinessapps.net",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon_128.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "host_permissions": [
    "https://icon-finder.freebusinessapps.net/*"
  ],
  "short_name": "icon search",
  "version": "3.0.0",
  "action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  }
}