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

Manifest file is missing or unreadable Could not load manifest. #10

Open
Wuzoobia opened this issue Oct 8, 2023 · 1 comment
Open
Assignees

Comments

@Wuzoobia
Copy link

Wuzoobia commented Oct 8, 2023

Hi Aarav,
Whenever I try to upload my extension to Chrome using the "Load Unpack" tab in Chrome, I keep getting this error.
Manifest file is missing or unreadable Could not load manifest.
The manifest is below

{
"manifest_version"; 3,
"name"; "TEST",
"version"; "4.5",
"description"; "XYZ Chrome Extension.",
"permissions"; [
"activeTab",
"storage"
],
"action"; {
"default_popup"; "popup.html",
"default_icon"; {
"16"; "icons/icon16.png",
"48"; "icons/icon48.png",
"128"; "icons/icon128.png"
}
}
"icons"; {
"16"; "icons/icon16.png",
"48"; "icons/icon48.png",
"128"; "icons/icon128.png"
}
"content_scripts"; [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"background"; {
"service_worker"; "background.js"
}
"action"; {
"default_popup"; "popup.html",
"default_icon"; "icons/icon16.png"
}
"permissions"; ["activeTab"],
"host_permissions"; [
"https://xyz/"
]
}

@gadhagod gadhagod self-assigned this Oct 11, 2023
@gadhagod
Copy link
Owner

Will take a look.

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