Larder: Bookmarking for developers

Larder: Bookmarking for developers

Quickly bookmark the current tab into your larder.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Larder: Bookmarking for developers",
  "description": "Quickly bookmark the current tab into your larder.",
  "version": "1.2",
  "icons": {
    "48": "48.png",
    "96": "96.png",
    "128": "196.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "16.png",
      "18": "18.png",
      "19": "19.png",
      "32": "32.png",
      "36": "36.png",
      "38": "38.png",
      "64": "64.png"
    },
    "default_popup": "index.html",
    "default_title": "Add to Larder"
  },
  "sidebar_action": {
    "default_title": "Search Larder",
    "default_panel": "search.html",
    "default_icon": "64.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+L",
        "mac": "Ctrl+Shift+L",
        "chromeos": "Ctrl+Shift+L",
        "linux": "Ctrl+Shift+L"
      }
    }
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "55.0"
    }
  },
  "permissions": [
    "activeTab",
    "cookies",
    "storage",
    "https://larder.io/"
  ]
}