Reference App

Reference App

A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Reference App",
  "manifest_version": 2,
  "version": "0.15",
  "description": "A handy referencing application that allows you to generate references in the Harvard style without leaving your current webpage.",
  "icons": {
    "128": "images/icon-128.gif"
  },
  "permissions": [
    "tabs",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": "images/icon-128.gif",
    "default_popup": "popup.html"
  }
}