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

240
Views
Icons not displaying, google chrome extension

I recently created a new extension which I'm still working on, and a thing I cant seem to get working is the extension icon, it isn't displayed in the extensions page or toolbar. Here is my manifest file code:

  "manifest_version": 3,

  "name": "shrekistan",
  "description": "This extension changes everybodys pfp's to shrek",
  "version": "1",

  "host_permissions": [
    "http://meet.google.com/*"
  ],

  "icons": { "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
   "128": "icon128.png" },    
            
   "content_scripts": [
            {
              "matches": ["https://meet.google.com/*"],
              "js": ["yourmom.js"]
            }],
          
          "background" : { 
            "service.worker" : ["background.js"]} 
} 

I tried multiple methods of adding icons from existing questions I found here (stack overflow) and none worked. extensions page screenshot

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!