Quotes

Quotes

Inspirational and famous quotes by authors you know and love. In a single click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Quotes",
  "description": "Inspirational and famous quotes by authors you know and love. In a single click.",
  "browser_action": {
    "default_icon": "128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "offline_enabled": true,
  "manifest_version": 2,
  "version": "2.0"
}