Tildes Shepherd Firefox

Examine source code of Tildes Shepherd

By: Bauke
Inspect and view changes in Tildes Shepherd source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tildes Shepherd",
  "description": "A WebExtension providing interactive guided tours of Tildes.",
  "version": "0.1.2",
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options/index.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "css": [
        "css/content-scripts.css"
      ],
      "js": [
        "content-scripts/setup.js"
      ],
      "matches": [
        "https://*.tildes.net/*"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background/setup.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "tildes-shepherd.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1f735d8b-636a-4368-9a8b-afba3934bc64}",
      "strict_min_version": "102.0"
    }
  }
}

Best Tildes Shepherd Alternatives

Here are some Firefox add-ons that are similar to Tildes Shepherd: