TiddlyWiki Mate Firefox

Examine source code of TiddlyWiki Mate

Inspect and view changes in TiddlyWiki Mate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TiddlyWiki Mate",
  "version": "0.1",
  "description": "Save and backup your TiddlyWiki (classic or tw5).",
  "browser_specific_settings": {
    "gecko": {
      "id": "{bdf7d98a-45da-4ea0-8d35-41933a445d72}",
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "48": "icons/soft-disk.svg",
    "96": "icons/soft-disk.svg"
  },
  "content_scripts": [
    {
      "js": [
        "contentscript.js"
      ],
      "matches": [
        "file:///*"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/soft-disk.svg"
    },
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "short_name": "SaveTids",
  "permissions": [
    "storage",
    "downloads",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "script.js"
  ]
}

Best TiddlyWiki Mate Alternatives

Here are some Firefox add-ons that are similar to TiddlyWiki Mate: