Palantír

Palantír

Your unified Apps, Bookmarks and Bookmarklets launcher.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Palantír ",
  "description": "Your unified Apps, Bookmarks and Bookmarklets launcher.",
  "version": "0.3.2",
  "homepage_url": "http://mynameisrienk.com/?palantir",
  "permissions": [
    "<all_urls>",
    "chrome://favicon/",
    "management",
    "bookmarks",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "images/icon_19.png",
    "default_title": "Palantir",
    "default_popup": "palantir.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+P",
        "windows": "Ctrl+Shift+P",
        "mac": "MacCtrl+Shift+P",
        "chromeos": "Ctrl+Shift+P",
        "linux": "Ctrl+Shift+P"
      }
    }
  },
  "options_page": "options.html",
  "background": {
    "page": "omnibox.html"
  },
  "omnibox": {
    "keyword": "p"
  },
  "icons": {
    "16": "images/icon_16.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  }
}