You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"name": "LeetAssist",
"version": "1.0",
"manifest_version": 2,
"description": "Provides hints/prerequisites for problems, can add your own & vote on others. Collaborative problem-solving for coding challenges.",
"content_scripts": [
{
"matches": ["https://leetcode.com/problems/*"],
"js": ["popup.js"],
"run_at": "document_end"
}
],
"browser_action": {
"default_popup": "popup.html"
},
"icons": {
"128": "./logo.png"
},
"web_accessible_resources": ["firebase-app.js", "firebase-firestore.js"],
"permissions": ["activeTab", "storage", "https://www.googleapis.com/"],
"content_security_policy": " script-src 'self' https://cdn.firebase.com https://apis.google.com https://www.gstatic.com object-src 'self'"
} ```
this is the code of my manifest.json please convert it into version 3, i tried but it is showing errors related to content_security_policy
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: