--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.
Adam
Two followup questions:1. If you remove the `manifest_version` key, does the extension work correctly?
2. Does the extension work correctly as-is on Canary?Relatedly, the XHR to a file inside the extension package should be allowed. You can, however, avoid it entirely by calling `chrome.app.getDetails()`, which will return the contents of your manifest as an object.-mike
Have you tried including both the background and the background_page
key? That might be needed for your extension to work on both Chrome
17 and Chrome 18.
Adam
Adam