diff --git a/.gitignore b/.gitignore index 360ea127f8..7701503b05 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .vs +node_modules diff --git a/src/action_popup.html b/src/action_popup.html new file mode 100644 index 0000000000..3d27b8ca20 --- /dev/null +++ b/src/action_popup.html @@ -0,0 +1,59 @@ + + + + + + + + + + + diff --git a/src/manifest.json b/src/manifest.json index 460729d566..29bd1fe089 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -19,6 +19,7 @@ "19": "images/icon19.png", "38": "images/icon38.png" }, - "default_title": "bitwarden" + "default_title": "bitwarden", + "default_popup": "action_popup.html" } } \ No newline at end of file diff --git a/src/package.json b/src/package.json new file mode 100644 index 0000000000..3822300e4e --- /dev/null +++ b/src/package.json @@ -0,0 +1,7 @@ +{ + "name": "bitwarden", + "version": "0.0.1", + "devDependencies": { + + } +}