linkit

linkit

Bookmark your idea

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extension_name__",
  "version": "2.1.13",
  "manifest_version": 2,
  "description": "__MSG_extension_description__",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "omnibox": {
    "keyword": "d"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon128-gray.png",
    "default_title": "__MSG_extension_browser_action_title__"
  },
  "default_locale": "en",
  "commands": {
    "add_note": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      },
      "description": "__MSG_extension_context_menu_add_note__"
    },
    "open_home": {
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "mac": "Command+Shift+X"
      },
      "description": "__MSG_extension_context_menu_open_home__"
    },
    "share_link": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "__MSG_extension_context_menu_share_link__"
    }
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "<all_urls>",
    "cookies",
    "notifications"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "popup.html"
  ],
  "externally_connectable": {
    "matches": [
      "https://linkit.space/*",
      "https://www.linkit.space/*"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnT9/3u1HNRypjmBM0AAYJL1F3fT3fOBDGMPTmRxVAvSD7Mj/JxnHjM14tGI68Sljd8+VVmA3BelNPcupZnlKHzGrYdxH61nybEI1mu4xIWLURA6fwONnRC3fWGoqTLcThehIss30FWRikhgu7tTDSxmsVoMI48GVSuQ0LIUCzy/LWk9iEBHKcbiy4uU/f0wBXtceBdFYXRFv+qpCnaSh7XdiRXhU7FfOQUTPuivloEFVYzHIyfbyPgzb70tiPeSj+3pcmFDAwTyjmaG00pkv0WIGVLoQcmrkO2iNPmJxbFGpSkkohoIaiejzoy1hhPcsW2RWe/e7M45LjxIic3tEsQIDAQAB"
}