Vaultonomy (undefined) Firefox

Examine source code of Vaultonomy (undefined)

Inspect and view changes in Vaultonomy (undefined) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Vaultonomy (undefined)",
  "version": "0.2.0",
  "icons": {
    "16": "img/vaultonomy_icon_16.png",
    "32": "img/vaultonomy_icon_32.png",
    "48": "img/vaultonomy_icon_48.png",
    "128": "img/vaultonomy_icon_128.png"
  },
  "permissions": [
    "scripting",
    "storage",
    "activeTab",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "vaultonomy-0.2.0@github.com",
      "strict_min_version": "115.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "sidebar_action": {
    "default_icon": {
      "16": "img/vaultonomy_icon_16.png",
      "32": "img/vaultonomy_icon_32.png",
      "48": "img/vaultonomy_icon_48.png",
      "128": "img/vaultonomy_icon_128.png"
    },
    "default_title": "Vaultonomy",
    "default_panel": "ui.html"
  },
  "action": {
    "default_title": "Vaultonomy (Reddit Vault)"
  },
  "manifest_version": 3,
  "description": "Manage your Reddit account's Vault from the browser.",
  "host_permissions": [
    "https://www.reddit.com/*",
    "https://new.reddit.com/*",
    "https://old.reddit.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/*",
        "https://new.reddit.com/*",
        "https://old.reddit.com/*"
      ],
      "js": [
        "reddit-detect-user-interest-contentscript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.js",
        "*.js.map"
      ],
      "matches": [
        "https://www.reddit.com/*",
        "https://new.reddit.com/*",
        "https://old.reddit.com/*",
        "http://vaultonomy.localhost:5173/*"
      ]
    }
  ],
  "commands": {
    "next_address_activity_tool": {
      "suggested_key": {
        "default": "Alt+N"
      },
      "description": "Switch to the next Address Activity Tool"
    },
    "prev_address_activity_tool": {
      "suggested_key": {
        "default": "Alt+Shift+N"
      },
      "description": "Switch to the previous Address Activity Tool"
    },
    "next_address_collectables_tool": {
      "suggested_key": {
        "default": "Alt+M"
      },
      "description": "Switch to the next Address Collectables Tool"
    },
    "prev_address_collectables_tool": {
      "suggested_key": {
        "default": "Alt+Shift+M"
      },
      "description": "Switch to the previous Address Collectables Tool"
    }
  }
}

Best Vaultonomy (undefined) Alternatives

Here are some Firefox add-ons that are similar to Vaultonomy (undefined):