Bing Fire - Bing Automatic Searching Tool

Bing Fire - Bing Automatic Searching Tool

A tool to automatic searches in bing search engine with random words.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bing Fire - Bing Automatic Searching Tool",
  "version": "1.1",
  "description": "A tool to automatic searches in bing search engine with random words.",
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  }
}