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
+23
View File
@@ -0,0 +1,23 @@
body {
width: 25em;
font-family: "Open Sans Light", sans-serif;
font-size: 0.9em;
font-weight: 300;
}
.title {
font-size: 1.2em;
margin-bottom: 0.5em;
}
label {
float: right;
}
input {
margin: 0.5em;
width: 200px;
height: 2.5em;
}