rNeomy / auto-tab-discard

Use native tab discarding method to automatically reduce memory usage of inactive tabs

Home Page:https://webextension.org/listing/tab-discard.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken Link in FAQ to 'Schema.json'

evan-annix opened this issue · comments

As seen here On ATD's FAQ page:

  1. Is it possible to alter the extension's preferences on all computers in a domain?

As of version 0.3.3, the extension reads all its configuration defaults from the managed storage which can be contorted by the domain administrator. For instance, if you don't want the extension to open FAQs page when it gets installed on a computer, set faqs preference value to false. The PLIST file for a computer running macOS would look like this:

_<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple/DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>faqs</key>
    <false/>
</dict>
</plist>_

To see the list of all supported preferences and their descriptions take a look at schema.json file. To set the values, it is recommended to set them on the options page and use the exporting feature to get the JSON version. Use the values that are set in the JSON object for your managed storage.

The link to schema.json is broken.

It currently points to: https://github.com/rNeomy/auto-tab-discard/blob/master/schema.json
When it should point to: https://github.com/rNeomy/auto-tab-discard/blob/master/v3/schema.json