aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorWojtek Kosior <koszko@koszko.org>2021-09-06 16:45:36 +0200
committerWojtek Kosior <koszko@koszko.org>2021-09-06 16:45:36 +0200
commited08ef1a6df1713a0e00ccd656f4bb4ed44647a4 (patch)
tree46c363aedbac6f93af972caafb17ec94fcbfb011 /manifest.json
parent51d43685c667567516cfbda8dfeb75e98c00619f (diff)
downloadbrowser-extension-ed08ef1a6df1713a0e00ccd656f4bb4ed44647a4.tar.gz
browser-extension-ed08ef1a6df1713a0e00ccd656f4bb4ed44647a4.zip
generate Chromium unique key automatically in `build.sh'
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index bd963fe..ce2577e 100644
--- a/manifest.json
+++ b/manifest.json
@@ -4,7 +4,7 @@
"manifest_version": 2,
"name": "Hachette",
"short_name": "Hachette",
- "version": "0.0.1",_CHROMIUM_KEY_
+ "version": "0.0.1",
"author": "various",
"description": "Control your \"Web\" browsing.",_GECKO_APPLICATIONS_
"icons":{
@@ -42,7 +42,7 @@
"page": "html/options.html",
"open_in_tab": true
},
- "web_accessible_resources": [
+ "web_accessible_resources": [_CHROMIUM_KEY_
],
"background": {
"persistent": true,