Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

 

A representation of a userscript resource in JSON format.

Since
1.0

The JSON file has the following format.

{
  "namespace": "...",
  "name": "...",
  "version": "...",
  "script": "...",
  "description": "...",
  "documentation": "...",
  "author": "...",
  "activation": {
    "preserve": false,
    "space": ["...", ...],
    "category": ["...", ...],
    "label": ["...", ...],
    "group": ["...", ...],
    "user": ["...", ...]
  }
}
  • No labels