Skip to content

Commit a150eb0

Browse files
committed
Condensed content_scripts ↞ [auto-sync from https://github.com/KudoAI/chatgpt.js-chrome-starter]
1 parent cc6a017 commit a150eb0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

starters/chrome/extension/manifest.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,7 @@
1818
"matches": [ "<all_urls>" ],
1919
"resources": [ "components/modals.js", "lib/chatgpt.js", "lib/dom.js", "lib/settings.js" ]
2020
}],
21-
"content_scripts": [{
22-
"matches": [ "https://chatgpt.com/*" ],
23-
"js": [ "content.js" ]
24-
}],
21+
"content_scripts": [{ "matches": [ "https://chatgpt.com/*" ], "js": [ "content.js" ] }],
2522
"background": { "service_worker": "service-worker.js" },
2623
"minimum_chrome_version": "88"
2724
}

0 commit comments

Comments
 (0)