Speed Dial | SwiftDial

Speed Dial | SwiftDial

Speed Dial | Home Page | New Tab. Modern, easily customizable and privacy-friendly.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "SwiftDial",
  "description": "__MSG_extensionDescription__",
  "version": "50",
  "author": "nScript",
  "homepage_url": "https://nscript.ru/swiftdial/",
  "icons": {
    "48": "ast/icon.svg",
    "96": "ast/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "96.0"
    }
  },
  "chrome_settings_overrides": {
    "homepage": "index.html"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "scr/bc.js"
    ]
  },
  "permissions": [
    "storage",
    "unlimitedStorage",
    "alarms",
    "contextMenus"
  ],
  "optional_permissions": [
    "<all_urls>"
  ],
  "page_action": {
    "default_icon": {
      "19": "ast/icon19.png",
      "38": "ast/icon38.png"
    },
    "default_title": "__MSG_addToExtension__",
    "default_popup": "pop.html",
    "show_matches": [
      "http://*/*",
      "https://*/*"
    ]
  },
  "commands": {
    "_execute_page_action": {
      "suggested_key": {
        "default": "Alt+A"
      },
      "description": "__MSG_addToExtension__"
    },
    "openSwiftDial": {
      "suggested_key": {
        "default": "Alt+O"
      },
      "description": "__MSG_openSwiftDial__"
    }
  }
}