Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I clear a webapp in Chrome?

I've written a webapp that has a manifest that includes all the javascript and images that it requires. Unfortunately, even when I change the manifest file, it doesn't seem to reload the javascript.

Is there a way to delete the webapp completely from Chrome? Clearing the browser cache doesn't seem to work.

I'm running Chrome 5.0.375.55 on a Mac.

Any help very gratefully received.

like image 940
acuth Avatar asked May 25 '10 20:05

acuth


People also ask

How do I delete Chrome Web Apps?

Uninstall an appIn the corner of your screen, select the Launcher . Right-click the app you want to remove. Select Uninstall or Remove from Chrome. Select Uninstall.

Can I clear storage on Chrome?

Delete your browsing dataOn your computer, open Chrome. Clear browsing data. Choose a time range, like Last hour or All time. Select the types of information you want to remove.

Can I delete hosted app data Chrome?

Go to Settings by opening the address chrome://settings/ or selecting the option from the drop-down menu in the top-right corner. Scroll down to the 'Advanced' section and click on 'Clear browsing data':


1 Answers

Adding a get parameter like ?foo=12345 will treat your file as a different one and therefore recache it, but NOT clear any cache for the existing file.

Type:

chrome://appcache-internals/ 

and you'll get Lucky :)

like image 199
digitaldonkey Avatar answered Oct 02 '22 18:10

digitaldonkey