Bookmark.house

Bookmark.house

With this extension you can save the current page to Bookmark.house.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Bookmark.house",
  "description": "With this extension you can save the current page to Bookmark.house.",
  "version": "1.1",
  "icons": {
    "16": "images/icon16.png",
    "57": "images/icon57.png",
    "192": "images/icon192.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "57": "images/icon57.png",
      "192": "images/icon192.png"
    },
    "default_popup": "popup.html",
    "default_title": "Click to save"
  },
  "permissions": [
    "activeTab",
    "https://bookmark.house/*"
  ]
}