We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccf016 commit 0bffcdaCopy full SHA for 0bffcda
test/test-manifest.js
@@ -41,7 +41,7 @@ describe('Manifest test', function () {
41
assert.equal(manifest.default_locale, 'en');
42
assert.equal(manifest.background.scripts[0], 'libs/polyfill.min.js');
43
assert.equal(manifest.background.scripts[1], 'scripts/chromereload.js');
44
- assert.equal(manifest.permissions.length, 21);
+ assert.equal(manifest.permissions.length, 22);
45
assert.ok(manifest.browser_action);
46
assert.ok(manifest.page_action);
47
assert.ok(manifest.options_ui);
0 commit comments