Examine source code of Wac Arts College Launcher

Inspect and view changes in Wac Arts College Launcher 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",
  "name": "Wac Arts College Launcher",
  "version": "1.3",
  "description": "Useful links for students of Wac Arts College",
  "permissions": [
    ""
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/waclogo16.png",
      "32": "images/waclogo32.png",
      "48": "images/waclogo48.png",
      "128": "images/waclogo128.png"
    }
  },
  "icons": {
    "16": "images/waclogo16.png",
    "32": "images/waclogo32.png",
    "48": "images/waclogo48.png",
    "128": "images/waclogo128.png"
  },
  "manifest_version": 3
}