Bitglass Gmail Conversation Reverser

Bitglass Gmail Conversation Reverser

The addon which reverse emails in conversation view.

Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "48": "img/icon_48.png"
    },
    "default_title": "Gmail reverse conversation"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/gmail-reverse-conversation.js"
      ],
      "matches": [
        "https://mail-google-com.btglss.net/*",
        "https://mail-google-com.us.bitglass.net/*",
        "https://mail.google.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "description": "The addon which reverse emails in conversation view.",
  "icons": {
    "24": "img/icon_24.png",
    "48": "img/icon_48.png"
  },
  "manifest_version": 2,
  "name": "Bitglass Gmail Conversation Reverser",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.7",
  "web_accessible_resources": [
    "js/gmail-reverse-conversation.js",
    "img/*.png",
    "css/gmail-reverse-conversation.css"
  ]
}