IFSD Search

IFSD Search

Automatic search engine on the IFSD Series website.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "0.0.2",
  "homepage_url": "https://florian-collin.github.io/ifsd_chrome_edge/",
  "author": "Florian COLLIN",
  "default_locale": "en",
  "action": {
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}