U.S. Army Creed

U.S. Army Creed

Brilliant extension to help you memorize the U.S. Army Creed. Adds a button to your browser for easy access.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "U.S. Army Creed",
  "description": "Brilliant extension to help you memorize the U.S. Army Creed. Adds a button to your browser for easy access.",
  "version": "1.0.3",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}