Tweet Sig for Android Firefox

Examine source code of Tweet Sig for Android

By: JRF
Inspect and view changes in Tweet Sig for Android source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tweet Sig for Android",
  "version": "0.4resigned1",
  "description": "Tweet data in '#tweet-sig-in' or selection and put the url into '#tweet-sig-out' or clipboard.",
  "icons": {
    "48": "icons/tweet_sig_48.png"
  },
  "applications": {
    "gecko": {
      "id": "{6b145c7d-7457-4b97-8a10-c06862e2916c}"
    }
  },
  "permissions": [
    "clipboardWrite",
    "storage"
  ],
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "page_action": {
    "browser_style": false,
    "default_icon": "icons/tweet_sig_32.png",
    "default_title": "Tweet Sig"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "check_form.js"
      ],
      "all_frames": true,
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://twitter.com/intent/tweet/complete?*"
      ],
      "js": [
        "clipboard.js",
        "check_comp.js"
      ]
    },
    {
      "matches": [
        "http://jrf.cocolog-nifty.com/archive/tweet_sig/fb_page_poster.html"
      ],
      "js": [
        "clipboard.js",
        "check_fbpp.js"
      ]
    }
  ]
}

Best Tweet Sig for Android Alternatives

Here are some Firefox add-ons that are similar to Tweet Sig for Android: