Reroute YouTube Shorts

Reroutes YouTube Shorts URLs to their respective watch URLs
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Reroute YouTube Shorts",
  "description": "Reroutes YouTube Shorts URLs to their respective watch URLs",
  "homepage_url": "https://github.com/gunnerclark/firefox-shorts-to-watch",
  "version": "0.0.1",
  "icons": {
    "48": "icons/reroute.png"
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{615628f2-c80a-4eb6-8c79-312411c8d821}"
    }
  }
}