Examine source code of Notifier for Trello

Inspect and view changes in Notifier for Trello 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Notifier for Trello",
  "short_name": "Notifier",
  "version": "2.1.0",
  "description": "View, filter and save your Trello notifications as read or unread.",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/icon19.png",
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "https://*.trello.com/*",
    "storage"
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2
}