diff --git a/build.js b/build.js index 2eb65946..1b41d5aa 100755 --- a/build.js +++ b/build.js @@ -30,6 +30,7 @@ const pink = chalk.hex('#fa759e') const green = chalk.hex('#6FCF97') const gold = chalk.hex('#FFCA00') const lightBlue = chalk.hex('#4a81bc') +const purple = chalk.hex('#00f000') const normalText = blue const emphasis = pink.bold @@ -46,6 +47,7 @@ const commands = [ command: `npm run scss -- ${watchFlag}` }, bundleCommand('popup', gold), + bundleCommand('not-a-webpage', gold), bundleCommand('background', lightBlue), ] diff --git a/html/not-a-webpage.html b/html/not-a-webpage.html new file mode 100644 index 00000000..01e0c503 --- /dev/null +++ b/html/not-a-webpage.html @@ -0,0 +1,31 @@ + + +
+