Pinboard Search

Pinboard Search

Search Pinboard in Omnibox

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pinboard Search",
  "version": "0.4.0",
  "description": "Search Pinboard in Omnibox",
  "background": {
    "scripts": [
      "lib/jquery.min.js",
      "lib/utils.js",
      "lib/pinboard.js",
      "lib/migemo.js",
      "lib/search.js",
      "lib/parser.js",
      "lib/omnibox.js"
    ]
  },
  "sandbox": {
    "pages": [
      "sandbox.html"
    ],
    "content_security_policy": "sandbox allow-scripts; script-src 'unsafe-eval'"
  },
  "options_page": "options.html",
  "omnibox": {
    "keyword": "p"
  },
  "permissions": [
    "storage",
    "alarms",
    "unlimitedStorage",
    "https://api.pinboard.in/v1/posts/update",
    "https://api.pinboard.in/v1/posts/all"
  ]
}