You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Apps
I just upgraded to 6.0.453.1 and I cannot see apps on the New Tab.
The apps were visible on the New Tab prior to upgrading to 6.0.447.0.
I am using the --enable-apps command with no luck. Apps that were
pinned prior to the update to 6.0.447.0 are still pinned and running.
Is anyone able to see apps on the New Tab while running 447 or 453?
Andy Lawton!
unread,
Jul 3, 2010, 7:56:46 AM7/3/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Apps
The manifest files need to change for the latest versions of chrome.
the format is now
if this is changed in the manifest.json file and you install the App
they will become visible again.
Digital Doctor
unread,
Jul 3, 2010, 12:08:35 PM7/3/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Apps
I've just installed 453.1 (Dev) and to my
surprise, I can locate nowhere the manifest.json
file (on PC).
I even searched my harddrive for the string "launch": { /* ... */ }
Baffled by that.
RC
Andy Lawton!
unread,
Jul 3, 2010, 1:19:02 PM7/3/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Apps
The manifest file is what tells the web app what to do. it is inside
the .crx file. If you unzip the crx of your webapps using something
like 7z you will find the manifest.json file. this needs to be edited
and then the extension can be repackaged.
Gestalt
unread,
Jul 4, 2010, 5:04:52 PM7/4/10
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Apps
Thanks, that addressed the problem!
Is Google documenting these changes anyplace or are we following
breadcrumbs with each build?