Examine source code of Unread Tabs Restorer

Inspect and view changes in Unread Tabs Restorer source codes across current and past versions
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": "Unread Tabs Restorer",
  "version": "1.0",
  "author": "satcp",
  "description": "Restores ability to style unread tabs via userChrome.css.",
  "permissions": [
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "unreadtabsrestorer@satcp.be",
      "strict_min_version": "60.0"
    }
  }
}