mirror of
https://github.com/katanemo/plano.git
synced 2026-05-03 12:52:56 +02:00
removing the tabs permission and reverting to window.postMessage (#524)
Co-authored-by: Salman Paracha <salmanparacha@MacBook-Pro-329.local>
This commit is contained in:
parent
5ea51c8cbd
commit
4e2355965b
3 changed files with 27 additions and 13 deletions
|
|
@ -1,11 +1,10 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "RouteGPT (beta)",
|
||||
"version": "0.1.0",
|
||||
"name": "RouteGPT",
|
||||
"version": "0.1.1",
|
||||
"description": "RouteGPT: Smart Model Routing for ChatGPT.",
|
||||
"permissions": [
|
||||
"storage",
|
||||
"tabs"
|
||||
"storage"
|
||||
],
|
||||
"host_permissions": [
|
||||
"https://chatgpt.com/*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue