Skip to content

Document basic file structure#102

Merged
zombie merged 1 commit intow3c:mainfrom
1Password:od/file-structure
Oct 22, 2021
Merged

Document basic file structure#102
zombie merged 1 commit intow3c:mainfrom
1Password:od/file-structure

Conversation

@oliverdunk
Copy link
Member

@oliverdunk oliverdunk commented Oct 12, 2021

Adds basic documentation for the file structure of a WebExtension.

Resolves #64


Preview | Diff

@Jack-Works
Copy link

File names start with _ expected _locales are preserved by Chrome. If you have a _file.js, it will be rejected to load. I think we should document that.

@Rob--W
Copy link
Member

Rob--W commented Oct 14, 2021

Files/directories starting with _ do not have a special treatment in Firefox.

How about Safari?

While it makes sense to document the (widely?) supported _locales/ directory, it may not make as much sense to document something that is only restricted in one browser. It may however make sense to add a comment like "Names starting with _ are reserved for future use and should not be used by extensions."

@zombie zombie merged commit 969d550 into w3c:main Oct 22, 2021
github-actions bot added a commit that referenced this pull request Oct 22, 2021
SHA: 969d550
Reason: push, by @zombie

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Specify the hierarchy of files

5 participants