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

'HELP' me to convert my manifest file from version 2 to 3, this converter is not working, the file still throwing errors #14

Open
shanaya-Gupta opened this issue Mar 30, 2023 · 1 comment

Comments

@shanaya-Gupta
Copy link

{
  "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
@jpmedley
Copy link
Contributor

What errors are you getting specifically?

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