feat(Target): Pass through "background_page" types (#2439) (#2493)

This commit is contained in:
Rafal Jarmolkovič
2018-05-17 00:36:34 +03:00
committed by Andrey Lushnikov
parent 3b03ff65c7
commit 23d25a6e12
6 changed files with 39 additions and 7 deletions

View File

@@ -0,0 +1 @@
// Mock script for background extension

View File

@@ -0,0 +1,12 @@
{
"name": "Simple extension",
"version": "0.1",
"app": {
"background": {
"scripts": ["index.js"]
}
},
"permissions": ["background"],
"manifest_version": 2
}