The Hawk's Nest Extension

The Hawk's Nest Extension

The Hawk's Nest Chrome extension for Westwood Redhawk students!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Hawk's Nest Extension",
  "version": "2.0.2",
  "manifest_version": 3,
  "description": "The Hawk's Nest Chrome extension for Westwood Redhawk students!",
  "icons": {
    "16": "16 Nest.png",
    "48": "48 Nest.png",
    "128": "128 Nest.png"
  },
  "action": {
    "default_title": "The Hawk's Nest Extension",
    "default_popup": "popup.html"
  }
}