{ "manifest_version": 2, "name": "test-import-as-es6-module", "version": "0.1", "description": "test-import-as-es6-module", "content_scripts": [ { "matches": [ "http://localhost/*" ], "js": [ "browser-polyfill.js", "tape.js", "content.js" ] } ], "permissions": [], "background": { "page": "background.html" } }