Art Of War Quotes

Art Of War Quotes

Displays quotes at random on click from the book, 'The Art Of War', by Sun Tzu.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Art Of War Quotes",
  "version": "1.3",
  "manifest_version": 2,
  "description": "Displays quotes at random on click from the book, 'The Art Of War', by Sun Tzu.",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Art Of War Quotes"
  },
  "permissions": []
}