minor fix to meet atomic specs; moved src files to /src (#748)

* minor fix; move inline.js and manifest.js to /src

-

* moved inline.js

* moved manifest.json

Co-authored-by: Carrie Roberts <clr2of8@gmail.com>
This commit is contained in:
JB
2019-12-23 09:31:02 -06:00
committed by Carrie Roberts
parent 2f17ab1491
commit a4634b777b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -49,6 +49,6 @@ atomic_tests:
1. Navigate to [about:debugging](about:debugging) and
click "Load Temporary Add-on"
2. Navigate to [manifest.json](./manifest.json)
2. Navigate to [manifest.json](./src/manifest.json)
3. Then click 'Open'
@@ -34,4 +34,4 @@ function hex(buffer) {
}
// Obviously a really malicious extension would exfil more interesting stuff than the document title but we're MVP here.
var digest = exfil(document.title);
var digest = exfil(document.title);
@@ -13,4 +13,4 @@
]
}
]
}
}