Example of the webRequest.onAuthRequired API (#206)

* Example of the webRequest.onAuthRequired API

* Update README, add applications.id to manifest
This commit is contained in:
wbamberg
2017-04-14 13:34:05 -07:00
committed by GitHub
parent ec034f70a2
commit 5dd59a4028
9 changed files with 224 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="options.css"/>
</head>
<body>
<section class="credentials">
<div class="title" >Username and password</div>
<label>Username: <input id="username" type="text"/></label>
<label>Password: <input id="password" type="text"/></label>
</section>
<script src="options.js"></script>
</body>
</html>