This website requires JavaScript.
Explore
Help
Sign In
vaultwarden
/
bitwarden-estensione-browser
mirror of
https://github.com/bitwarden/browser
Watch
1
Star
0
Fork
You've already forked bitwarden-estensione-browser
0
Code
Issues
1
Releases
Wiki
Activity
6d29d288f8
bitwarden-estensione-browser
/
src
/
background.html
8 lines
72 B
HTML
Raw
Normal View
History
Unescape
Escape
edge compatibilities and dist build
2017-06-05 20:26:17 +02:00
<
html
>
<
head
>
background charset
2018-04-06 19:15:37 +02:00
<
meta
charset
=
"UTF-8"
>
edge compatibilities and dist build
2017-06-05 20:26:17 +02:00
<
/
head
>
<
body
>
<
/
body
>
Setup Webpack & TypeScript (#316) * TypeScript and WebPack. * Minor cleanup. * Add background.js as entry point to webpack. * Use downloaded fonts for better performance. Remove google-fonts-webpack-plugin. * Add the remaining entry points and setup notification bar. * Update readme for webpack. * Convert CipherItems to TypeScript to demonstrate how a component looks in TS. * Fix edge requirering a custom angular version. * Rewrite gulp tasks for packaging releases. * Re-add the webpack gulp plugin. * Remove unessesary line in analytics.
2017-10-29 03:14:14 +01:00
<
/
html
>