Notifier for Trello

Notifier for Trello

View, filter and save your Trello notifications as read or unread.

Merlin
Additional files are visible only to premium users

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
}