Cita

Cita

Collect and edit quotes from any sites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Cita",
  "version": "0.0.2",
  "default_locale": "en",
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "icons": {
    "16": "img/cita_16-circle.png",
    "48": "img/cita_48-circle.png",
    "128": "img/cita_128-circle.png"
  },
  "browser_action": {
    "default_title": "Cita"
  },
  "author": "MatCatLab ( http://www.matcatlab.ru )",
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": false
  },
  "current_locale": "en",
  "incognito": "spanning",
  "minimum_chrome_version": "40",
  "offline_enabled": true,
  "permissions": [
    "contextMenus",
    "storage",
    "tabs"
  ],
  "short_name": "Cita"
}