Hi,

The icons referenced in my manifest don't seem to be showing up either
at install time or on chrome://extensions/. Do you see anything wrong
with my manifest file below?

{
  "name": "Tab Stack",
  "version": "0",

  "description": "Moves tabs so they are always sorted in most
recently used (MRU) order, from left to right within each window.",
  "icon": { "48": "icon_48.png",
            "128": "icon_128.png" },

  "background_page": "background.html",
  "permissions": [ "tabs" ]
}

I've double-checked that my icons are in fact 48x48 and 128x128.
Thoughts? The full extension is available in the gallery (https://
chrome.google.com/extensions/detail/gfpdghcockbpiokcaaagmnneioeopnnb)
in case that helps.

Thank you.

Jeff
-- 
You received this message because you are subscribed to the Google Groups 
"Chromium-extensions" group.
To post to this group, send email to chromium-extensi...@googlegroups.com.
To unsubscribe from this group, send email to 
chromium-extensions+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/chromium-extensions?hl=en.


Reply via email to