Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service worker registration failed. Status code: 2 #1

Open
py-abdo opened this issue Jan 12, 2023 · 1 comment
Open

Service worker registration failed. Status code: 2 #1

py-abdo opened this issue Jan 12, 2023 · 1 comment

Comments

@py-abdo
Copy link

py-abdo commented Jan 12, 2023

{
"manifest_version": 3,
"name": "ChatGPT Search Suggestions",
"description": "Get google search suggestions in ChatGPT",
"version": "1.0.0",
"author": "Yuvraj Seegolam",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https://chat.openai.com/chat"
],
"js": [
"content.js"
],
"css": [
"style.css"
]
}
],
"host_permissions": [
"https://*/"
]
}

@yuvraj108c
Copy link
Owner

can you check your version of chrome by visiting chrome://version ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants