Skip to content

Instantly share code, notes, and snippets.

@niobium93
Created June 5, 2022 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niobium93/51e461e33dc22d190b9edf6db0647d2d to your computer and use it in GitHub Desktop.
Save niobium93/51e461e33dc22d190b9edf6db0647d2d to your computer and use it in GitHub Desktop.
WebExtTest
{
"name": "WebExtTest",
"description": "To Do",
"version": "0.1",
"manifest_version": 2,
"permissions": [],
"browser_action": {
"default_title": "WebExtTest",
"default_popup": "popup.html"
}
}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<script src="popup.js"></script>
<h1>TEST</h1>
</body>
</html>
console.log("Popup script");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment