-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install from source #128
Comments
In this case when you just load extension in a browser, you have to use folder |
Thanks for such a quick response. I did have to alter the code slightly so I was trying to load from the Source code. But, when I try to load it from there, I get a lot of directory errors. I am a newbie to chrome extension package creation… is there something I need to do to make the “Source code” file system look like the “released” file system so that all of the directory references inside of the manifest relate properly? As the “source” code is right now, it’s unloadable as an extension. Do I need to do something with vite?On Jan 18, 2024, at 6:00 PM, Alex Khrisanfov ***@***.***> wrote:
In this case when you just load extension in a browser, you have to use folder web-activity-time-tracker-2.0.14.zip. If you need to read or change source code from IDE you have to use data from folder Source code.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
The content of this message and any attachments contained herein are confidential and only intended for the intended recipient(s). If you have received this message in error please notify the sender by return email and then delete this message.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've attempted to download the source code directly from the latest release - 2.0.14. When trying to unpack from /src , I get errors for directory references inside of the manifest.json for different file locations being incorrect (like the png icons and such). When i fixe the references to their source repository locations, the app loads with errors.
What I don't understand is why there is a different folder structure for the released app and the source code. Is there something I need to do with my local source code to turn it into the same format as the extension code?
The text was updated successfully, but these errors were encountered: