Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.
Context
html/popup.html
Stack Trace
html/popup.html:0 (anonymous function)
Nothing to see here, move along.
---
In the manifest.json there are these lines regarding those function calls.
---
"background": {
"page": "html/background.html",
"persistent": true
},
"browser_action": {
"default_icon": {
"16": "png/16b.png",
"24": "png/24b.png",
"32": "png/32b.png"
},
"default_popup": "html/popup.html"
},
---
How can I make chrome keep the _metadata folder for this extension? Why is this deleting behavior necessary?
And how can I edit the lines throwing error so that it will keep working? Note this windows 10 laptop was working perfectly initially after the sync. So something got corrupted and I have no idea what happened. I'm not a programmer, but I really need this extension to make a living. Can anyone help me? Much appreciated.
Sean
--
You received this message because you are subscribed to the Google Groups "Chromium Extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/2af1eb7a-a449-4277-87c0-3f628b53604dn%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/9fbca00b-cc86-44d9-91de-cfd94c496930n%40chromium.org.