/Links

/Links

Type '/' and the keyword to open webpages directly. Every Second Matters. Work fast and stay organised!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "/Links",
  "description": "Type '/' and the keyword to open webpages directly. Every Second Matters. Work fast and stay organised! ",
  "version": "0.0.1",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "omnibox": {
    "keyword": "/"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "linkstorm.png",
      "32": "linkstorm.png",
      "48": "linkstorm.png",
      "128": "linkstorm.png"
    }
  },
  "options_page": "options.html",
  "icons": {
    "16": "linkstorm.png",
    "32": "linkstorm.png",
    "48": "linkstorm.png",
    "128": "linkstorm.png"
  }
}