Add an extension ID.

This commit is contained in:
ccd0 2017-08-04 04:36:52 -07:00
parent 59b64a2a20
commit d2c670090b
2 changed files with 7 additions and 1 deletions

View File

@ -16,6 +16,7 @@
"newIssue": "https://gitreports.com/issue/ccd0/4chan-x?issue_title=%title&details=%details",
"newIssueMaxLength": 8181,
"appid": "lacclbnghgdicfifcamcmcnilckjamag",
"appidGecko": "4chan-x@4chan-x.net",
"chromeStoreID": "ohnjgmpcibpbafdlkimncjhflgedgpam",
"recaptchaKey": "6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc",
"youtubeAPIKey": "AIzaSyB5_zaen_-46Uhz1xGR-lz1YoUMHqCD6CE",

View File

@ -28,5 +28,10 @@
],
"optional_permissions": [
"*://*/"
]
],
"applications": {
"gecko": {
"id": "<%= meta.appidGecko %>"
}
}
}