Questa Mobi Desktop Tab

Questa Mobi Desktop Tab

Search the web directly from your tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Questa Mobi Desktop Tab",
  "short_name": "Questa Mobi Desktop Tab",
  "version": "1.0.3",
  "description": "Search the web directly from your tab",
  "minimum_chrome_version": "90.0.000",
  "background": {
    "service_worker": "background.js"
  },
  "homepage_url": "https://desktop.questa.mobi/",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "96": "icons/96x96.png",
    "128": "icons/128x128.png"
  },
  "author": "Questa",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}