CROCODOOR

CROCODOOR

Speed Dial in the Cloud. Access to your favorite web sites anywhere.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "2.0.0",
  "name": "CROCODOOR",
  "description": "Speed Dial in the Cloud. Access to your favorite web sites anywhere.",
  "homepage_url": "https://www.crocodoor.com/",
  "icons": {
    "16": "img/icon16.png",
    "19": "img/icon19.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon.png"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "tabs",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "*://*.crocodoor.com/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "omnibox": {
    "keyword": "cd"
  },
  "action": {
    "default_icon": {
      "19": "img/icon19.png",
      "32": "img/icon32.png"
    },
    "default_title": "CROCODOOR"
  },
  "default_locale": "en"
}