Skip to content

Commit

Permalink
more predictable id
Browse files Browse the repository at this point in the history
  • Loading branch information
tcode2k16 committed Jun 18, 2020
1 parent ad95e03 commit 2455ecd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
host/.log
host/log-file
*.mp4
*.mp4
*.pem
*.crx
3 changes: 2 additions & 1 deletion extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
// id: gpfbkgfpheenckkcjnlcgpkidoommkkg
// id: aocepclkpgckjeikiphffdlileoaceec
"name": "rofi-chrome",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuHwUuBKUt9Ac7Sge8cHpFEkiX3wn/yTiVY9lPzRuK6D/9BwqMSydTXsaHTHjl/3FV7m1fmL338itD2ilR3e5m/8XnYowL6QoBVJAeHIWylmEE3/XKVjn1ETd0QnXj/3euG2Z+oWsVcWhhxfflOPErm+tO+LrFINwkRWire8Wdz4sCugYlPUL95dCRlRYwAcyc4i+9y1AB7meCDHDYeMc1arm9Aad0ePqGCulJlFH2ocq5LRkrXacmrGVohAhslKo3TBtvXaWZRlHDce6VhWL2C/G81EHNDOLlNnhPTQPjf1p5pBVxl10RVAJWvOCxKY74mLIM5ZG5Qb4b0C9lpVzyQIDAQAB",
"version": "1.0",
"description": "rofi with chrome",
"manifest_version": 2,
Expand Down
2 changes: 1 addition & 1 deletion host/io.github.tcode2k16.rofi.chrome.chromium-browser.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"path": "HOST_PATH",
"type": "stdio",
"allowed_origins": [
"chrome-extension://gpfbkgfpheenckkcjnlcgpkidoommkkg/"
"chrome-extension://aocepclkpgckjeikiphffdlileoaceec/"
]
}
2 changes: 1 addition & 1 deletion host/io.github.tcode2k16.rofi.chrome.google-chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"path": "HOST_PATH",
"type": "stdio",
"allowed_origins": [
"chrome-extension://gpfbkgfpheenckkcjnlcgpkidoommkkg/"
"chrome-extension://aocepclkpgckjeikiphffdlileoaceec/"
]
}

0 comments on commit 2455ecd

Please sign in to comment.