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:
@@ -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 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user