Nectar

Nectar

With a single click, read the words of ancient and modern Buddhist masters.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nectar",
  "description": "With a single click, read the words of ancient and modern Buddhist masters.",
  "version": "0.0.10",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "images/yellow-peony_16x16.png",
    "32": "images/yellow-peony_32x32.png",
    "128": "images/peony-red-yellow_128x128.png"
  },
  "background": {
    "scripts": [
      "thirdparty/jquery-2.1.4.min.js",
      "popup.js",
      "showquoteinfo.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "38": "images/red-yellow_38x38.png"
    },
    "default_popup": "popup.html",
    "default_title": ""
  },
  "manifest_version": 2
}