correct appId in the extension

This commit is contained in:
Peter Snyder 2017-10-23 01:19:20 -05:00
parent 9bfbab9f3e
commit b4f6356ed5

View file

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"applications": { "applications": {
"gecko": { "gecko": {
"id": "webapimanager@peteresnyder.com", "id": "{fb986c76-c042-49b8-85b5-c3dd68e83440}",
"strict_min_version": "54.0" "strict_min_version": "54.0"
} }
}, },