This web app, intended for testers, makes crash reports submitted by a Firefox OS device accessible. This app is destined to be listed in the Firefox Marketplace, but not developed far enough yet. The main repo is http://git-public.kairo.at/?p=aboutcrashes.git;a=summary but it's listed on GitHub at https://github.com/KaiRo-at/aboutcrashes for convenience for potential contributors. See the TODO for tasks that you can help with. Please don't use GitHub for issue tracking but http://bugzilla.kairo.at/ Notes: is there any way to do rapid development on something that needs to be a certified app? if I need to package and sign stuff for every typo or other step in development, that really sucks you don't KaiRo: use https://github.com/fabricedesre/b2gremote to push your certified package to the phone fabrice: still needs me to package stuff up every time? * KaiRo misses the old Developer Mode KaiRo: for now yes as insecure as it was fabrice: grr KaiRo: or, you can just host it fabrice: I'd really like to have it as a "hosted app" (actually, on a host in the local wifi) but with device-storage:apps permission if possible (while developing) KaiRo: that's possible: just set "type": "certified" in your manifest.webapp fabrice: but thanks for showing me this way at least, maybe I'll try it fabrice: ah, that sounds interesting KaiRo: that gives you what the old dev-mode had fabrice: and then I need to push that with your add-on? yep ok, that's good, I can work with that fine :) point to the directory where there's you manifest.webapp and the metadata.json metadata.json? KaiRo: the metadata.json looks like: { "origin": "https://mobile.twitter.com", "manifestURL": "https://mobile.twitter.com/cache/twitter.webapp" } fabrice: thanks, I'll look into that, sounds helpful KaiRo: let me know if you run into any issues