Kakapo for Chrome

Kakapo for Chrome

A Chrome extension of Kakapo

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kakapo for Chrome",
  "version": "1.3.0",
  "manifest_version": 2,
  "description": "A Chrome extension of Kakapo",
  "homepage_url": "http://kakapo.co",
  "icons": {
    "48": "favicons/icon48.png",
    "128": "favicons/icon128.png"
  },
  "background": {
    "page": "bg/background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "favicons/icon76.png",
    "default_title": "Kakapo for Chrome",
    "default_popup": "browser_action/browser_action.html"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}