GreenRope

GreenRope

The GreenRope Gmail Gadget is an extension that you can use while working in Gmail.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GreenRope",
  "author": "GreenRope.com",
  "description": "The GreenRope Gmail Gadget is an extension that you can use while working in Gmail.",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4WzohuJTNcitxDwN8y54HE7W3cTOF445wcP513/5fCgeGHCm4qYzHm56VqOiTm4D6e/fA/YT/ATxpW7Hsm1zpEVObt0hKtgZeOxJsk3wmZqx/+h9lB7TPdLfteYWglsqpvgEYBYhsV+LVWVkKSNeAMJbF8+KU5t8zzL6iklvpdOFZaaUVYpboKxNswcEaIpxvJid+lse5vR8bXC0FCFwTobYLqotakqj0JrlwMUToaw+V9F5SV0ZoxJMN1RSjGTJswJp4e32WDpVkOoV+XImotECz86FGDgLidHfCCUEvPKc2FFtV5+5ug9+Wo7sNhdz7nb/m0nslqBlLfn+3O07zwIDAQAB",
  "version": "2.7.3",
  "manifest_version": 2,
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/manifest.js",
        "js/vendor.js",
        "js/app.js"
      ],
      "matches": [
        "https://mail.google.com/*"
      ],
      "css": [
        "css/app.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "icons/gr-logo.png"
  ],
  "permissions": [
    "https://api.stgi.net/"
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "128": "icons/icon-128.png"
  }
}