diff --git a/README.md b/README.md index a2fd2e56a..5d3553f1f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ get involved checkout: + [Style Guide](https://github.com/mozilla/pdf.js/wiki/Style-Guide) + [FAQ](https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions) + [Good Beginner Bugs](https://github.com/mozilla/pdf.js/issues?direction=desc&labels=5-good-beginner-bug&page=1&sort=created&state=open) -+ [Priorities](https://github.com/mozilla/pdf.js/issues/milestones) ++ [Priorities](https://github.com/mozilla/pdf.js/milestones) + [Attend a Public Meeting](https://github.com/mozilla/pdf.js/wiki/Weekly-Public-Meetings) For further questions or guidance feel free to stop by #pdfjs on diff --git a/extensions/chromium/preferences_schema.json b/extensions/chromium/preferences_schema.json index e80f6688c..66d0fcd6b 100644 --- a/extensions/chromium/preferences_schema.json +++ b/extensions/chromium/preferences_schema.json @@ -38,6 +38,12 @@ "type": "boolean", "default": false }, + "pdfBugEnabled": { + "title": "Enable debugging tools", + "description": "Whether to enable debugging tools.", + "type": "boolean", + "default": false + }, "disableRange": { "title": "Disable range requests", "description": "Whether to disable range requests (not recommended).",