An error has occurred - There was a problem adding the item to Chrome. Please refresh the page and try again.

967 views
Skip to first unread message

Lewis Goddard

unread,
Feb 25, 2012, 11:15:17 AM2/25/12
to Chromium Apps
https://chrome.google.com/webstore/detail/dbedndbkemhccfclflimpembfegpjmdp

An error has occurred
There was a problem adding the item to Chrome. Please refresh the page
and try again.


Why?

Re-uploaded 6 versions now, thought it might be a manifest problem..?


Manifest:
{
"name": "how to ubuntu",
"description": "Search and Browse Ubuntu How To's on
HowToUbuntu.org",
"homepage_url": "http://howtoubuntu.org/extensions",
"version": "1.2.0",
"icons": {
"16": "16.png",
"32": "32.png",
"48": "48.png",
"128": "128.png",
"256": "256.png"
},
"app": {
"launch": {
"urls": [ "http://howtoubuntu.org/" ],
"web_url": "http://howtoubuntu.org/?utm_source=cws"
}
}
}



Have verified http://howtoubuntu.org/

Paul Kinlan

unread,
Feb 27, 2012, 5:07:11 AM2/27/12
to Lewis Goddard, Chromium Apps
It looks like your manifest is invalid.

urls should be in the "app" sections and not the "launch" section (I suspect it is this), also you don't need all the icons, you only need the 128px icon for hosted apps.

P


--
You received this message because you are subscribed to the Google Groups "Chromium Apps" group.
To post to this group, send email to chromi...@chromium.org.
To unsubscribe from this group, send email to chromium-app...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-apps/?hl=en.




--
Paul Kinlan
Developer Advocate @ Google for Chrome and HTML5

ketan tada

unread,
Oct 29, 2012, 5:01:16 AM10/29/12
to chromi...@chromium.org
I have same problem

{
  "name": "Parevu English-Gujarati Dictionary",
  "version": "1.0",
  "manifest_version": 2,

  "description": "View definitions easily as you browse the web",
  "icons": { "16": "icon.png" },

  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },

 "content_scripts": [ {
  "all_frames": true,
  "js": [ "doc.js"],
  "matches": [ "http://*/*", "https://*/*" ],
  "run_at": "document_end"
}],
  "content_security_policy": "policyString",
  "homepage_url": "http://www.tools4all.net",

  "offline_enabled": true,
  "permissions": [
  ]
}

Please help me
Reply all
Reply to author
Forward
0 new messages