Twitter App Firefox

Examine source code of Twitter App

Inspect and view changes in Twitter App source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Twitter App brings Twitter right into your Firefox Sidebar.",
  "homepage_url": "http://barisderin.com",
  "manifest_version": 2,
  "name": "Twitter App",
  "version": "63.1resigned1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_popup": "popup.html",
    "default_title": "Twitter App"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/content_script.js"
      ],
      "css": [
        "style/contentstyle.css"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "js": [
        "scripts/content_script_st.js"
      ],
      "matches": [
        "*://*.barisderin.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "sidebar_action": {
    "default_title": "Twitter App",
    "default_panel": "sidebar.html",
    "default_icon": "sidebar.png"
  },
  "icons": {
    "48": "images/icon48.png"
  },
  "permissions": [
    "contextualIdentities",
    "cookies",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "contextMenus",
    "storage",
    "<all_urls>"
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "Ctrl+Shift+Y"
      }
    }
  },
  "applications": {
    "gecko": {
      "id": "{12b6fdcd-4423-4276-82a3-73fdbff5f7e4}"
    }
  }
}

Best Twitter App Alternatives

Here are some Firefox add-ons that are similar to Twitter App: