ShareWave: Social Share Button Firefox

Examine source code of ShareWave: Social Share Button

By: GOOD88
Inspect and view changes in ShareWave: Social Share Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ShareWave: Social Share Button",
  "version": "1.0",
  "description": "Add a customizable share button for multiple social media platforms",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "ShareWave",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "content_styles.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0621d134-f359-4506-a1ec-ed181b0a90c2}"
    }
  }
}

Best ShareWave: Social Share Button Alternatives

Here are some Firefox add-ons that are similar to ShareWave: Social Share Button: