Quotes

Quotes

Get a quick and inspirational quote as fast as possible in the comfort of your own browser!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Quotes",
  "description": "Get a quick and inspirational quote as fast as possible in the comfort of your own browser!",
  "version": "3.0",
  "offline_enabled": true,
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com; object-src 'self'",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}