Refind

Refind

Quickly save links from around the web.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Refind",
  "version": "5.0.6",
  "description": "Quickly save links from around the web.",
  "icons": {
    "16": "img/icon_16.png",
    "19": "img/icon_19.png",
    "38": "img/icon_38.png",
    "48": "img/icon_48.png",
    "128": "img/icon_128.png"
  },
  "author": "Refind, Inc.",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "vendor/jquery.min.js",
      "common.min.js",
      "background.min.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "img/icon_19.png",
      "38": "img/icon_38.png",
      "128": "img/icon_128.png"
    },
    "default_title": "Refind",
    "default_popup": "popup.html"
  },
  "permissions": [
    "https://refind.com/*",
    "activeTab",
    "background"
  ],
  "web_accessible_resources": [
    "http://localhost:5000/*",
    "https://refind.com/*",
    "vendor/*",
    "img/*"
  ]
}