Redirect twitter.com to mobile.twitter.com

Redirect twitter.com to mobile.twitter.com

Always redirects you to the new, modern mobile.twitter.com if you've opened a link to the old twitter.com.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Redirect twitter.com to mobile.twitter.com",
  "version": "1.1.1",
  "description": "Always redirects you to the new, modern mobile.twitter.com if you've opened a link to the old twitter.com.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.twitter.com/"
  ],
  "icons": {
    "16": "img/icon-16.png",
    "32": "img/icon-32.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "manifest_version": 2
}