Obsidian Simple Pin Firefox

Examine source code of Obsidian Simple Pin

Inspect and view changes in Obsidian Simple Pin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Obsidian Simple Pin",
  "description": "Adds links to your Obsidian daily notes",
  "version": "1.6",
  "browser_specific_settings": {
    "gecko": {
      "id": "obsidian-simple-pin@dinhe.net",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "48": "push-pin.svg",
    "96": "push-pin.svg"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "page_action": {
    "browser_style": true,
    "show_matches": [
      "*://*/*"
    ],
    "default_icon": {
      "16": "push-pin.svg",
      "32": "push-pin.svg"
    },
    "default_title": "Pin"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Obsidian Simple Pin Alternatives

Here are some Firefox add-ons that are similar to Obsidian Simple Pin: