Hi good day anyone have tutorial how to make my chrome extension/app offline?
I'm new on developing chrome apps I just embed my website url to my manifest.json but i want my chrome app usable even offline mode anyone have tutorial on how to make chrome app offline?
Use "offline_enabled": true in manifest.json and read Offline First.