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

252
Views
Manifest.js not adding css file [Firefox Extension]

I am writing a custom Firefox extension and even though my manifest.json has the appropriate tag for including a CSS file, it is not being rendered.

If I inspect the web page, the css file isn't in the HTML Header nor can I find it in the Style editor.

How do I correctly add the CSS file?

Directory Structure

.
├── blackthorn_tools.js
├── help.txt
├── icons
│   └── major-48.png
├── manifest.json
└── styles.css

This is my manifest.json:

{

  "manifest_version": 2,
  "name": "blackthorn_tools",
  "version": "1.0",

  "icons": {
    "48": "icons/major-48.png"
  },

  "content_scripts": [
    {
      "matches": ["*://*/*"],
      "css": ["./styles.css"],
      "js": ["./blackthorn_tools.js"]
    }
  ],
    "browser_specific_settings": {
    "gecko": {
      "id": "blackthorn_tools@example.com"
    }
}
}
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!