Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

158
Views
How Can I get permission to link more files during making of a Chrome Extension?

I am making a chrome extension. As I am a newbie in this, I don't know how to get permission and declare to link two files in manifest.json for a popup extension( one is.html and the other is a .js file). Due to this, without getting permission and declaring always an error is generated.Please help

{
    "name": "YFM (Your Focus Maker)",
    "version": "1.0",
    "manifest_version": 3,
    "description": "To Block Distracting websites,urls etc. and helps to focus on the work",
    "action": {
        "default_popup": "popupyfm.html",
      "default_title": "YFM"
    },
    "background.service_worker": {
      "scripts": ["backgroundyfm.js", "storage.js"]
      
    },
    "optional_permissions": ["tabs", "scripting"],
     "options_page": "table.html",
    "permissions": [
        "tabs",
        "storage",
        "history",
        "activeTab",
        "scripting"
    ]
  }

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!