Carroll High School

Carroll High School

This extension displays the CHS announcements and other important links when clicked.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Carroll High School",
  "description": "This extension displays the CHS announcements and other important links when clicked.",
  "version": "4.0",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "http://www.carroll.k12.ia.us/",
    "http://www.weather.com/",
    "http://www.google.com/"
  ]
}