Inspect and view changes in Carroll High School source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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/"
]
}