aboutsummaryrefslogtreecommitdiffstats
path: root/app/manifest.json
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2018-03-29 12:29:57 +0800
committerkumavis <aaron@kumavis.me>2018-03-29 12:29:57 +0800
commit253abd60fca5a6efb1a2e0ecbe305989a852ec32 (patch)
tree179773e462f77175a85d647e595f3f0f20e86abc /app/manifest.json
parentb88119c23851144448771e8a6de97e48fb96b2b0 (diff)
downloadtangerine-wallet-browser-253abd60fca5a6efb1a2e0ecbe305989a852ec32.tar.gz
tangerine-wallet-browser-253abd60fca5a6efb1a2e0ecbe305989a852ec32.tar.zst
tangerine-wallet-browser-253abd60fca5a6efb1a2e0ecbe305989a852ec32.zip
build - extension - move js files to toplevel
Diffstat (limited to 'app/manifest.json')
-rw-r--r--app/manifest.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/manifest.json b/app/manifest.json
index a20f9b976..1982b4820 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -27,8 +27,8 @@
"default_locale": "en",
"background": {
"scripts": [
- "scripts/chromereload.js",
- "scripts/background.js"
+ "chromereload.js",
+ "background.js"
],
"persistent": true
},
@@ -48,7 +48,7 @@
"https://*/*"
],
"js": [
- "scripts/contentscript.js"
+ "contentscript.js"
],
"run_at": "document_start",
"all_frames": true
@@ -62,11 +62,11 @@
"https://*.infura.io/"
],
"web_accessible_resources": [
- "scripts/inpage.js"
+ "inpage.js"
],
"externally_connectable": {
"matches": [
"https://metamask.io/*"
]
}
-} \ No newline at end of file
+}