On Nov 24, 8:48 am, Aaron Boodman <[email protected]> wrote:
> Hello all,
>
> I'm happy to announce that the developer area of our extensions
> gallery is now open:
>
> https://chrome.google.com/extensions
>
> You can upload your extensions, edit their details, add screenshots
> and videos, test the autoupdate system, and begin publishing your
> download URL.
>
> We are opening these features early so that developers like yourselves
> will have time to get familiar with the system, flush out any bugs,
> and publish your extensions before our full launch.
>
> For more information, please see the blog post, here:
>
> http://blog.chromium.org/2009/11/extensions-one-step-closer-to-finish...
>
> Looking forward to seeing what you've built!
>
> --
> Aaron Boodman, on behalf of the Google Chrome Extensions team
I'm getting "An error occurred: Can not parse manifest." when I
attempt to upload mine.
My mainfest is called manifest.json and is at the root of the zip file
(and works fine as a packed or unpacked extension)
The file itself looks like this:
{
"name": "ChromeReload",
"version": "0.1.1",
"icons": { "16": "icons/KnobLoopOn16.png",
"32": "icons/KnobLoopOn.png",
"48": "icons/KnobLoopOn48.png",
"128": "icons/KnobLoopOn128.png" },
"description": "Automatically reload a page. Configure how often
each page reloads and see a count-down until the next load",
"background_page": "background.html",
"browser_action": {
"default_title": "Reloader", // optional; shown in
tooltip
"popup": "popup.html", // optional
"default_icon": "icons/KnobLoopOff.png"
},
"permissions": [
"http://*/*",
"https://*/*",
"tabs"
]
}
--
You received this message because you are subscribed to the Google Groups
"Chromium-extensions" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/chromium-extensions?hl=en.