Get Kelvin

Get Kelvin

Browse, rate, save. Simple.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Get Kelvin",
  "short_name": "Kelvin",
  "version": "0.0.32",
  "permissions": [
    "activeTab",
    "http://beta.getkelvin.com/*",
    "https://beta.getkelvin.com/*",
    "tabs"
  ],
  "manifest_version": 2,
  "description": "Browse, rate, save. Simple.",
  "background": {
    "scripts": [
      "jquery.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://www.google-analytics.com https://tagmanager.google.com https://googletagmanager.com; object-src 'self'",
  "externally_connectable": {
    "matches": [
      "*://*.getkelvin.com/*"
    ]
  },
  "browser_action": {
    "default_icon": "fav-32.png",
    "default_popup": "kelvin.html"
  },
  "icons": {
    "32": "fav-32.png",
    "128": "fav-128.png"
  }
}