Shaadi.com Unified Inbox

Shaadi.com Unified Inbox

Shaadi.com Unified Inbox inside GMail

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Shaadi.com Unified Inbox",
  "version": "1.0.6",
  "manifest_version": 2,
  "description": "Shaadi.com Unified Inbox inside GMail",
  "icons": {
    "16": "16.png",
    "48": "48.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.google.com/*",
        "https://*.google.com/*"
      ],
      "js": [
        "jquery.js",
        "contentscript.js"
      ],
      "css": [
        "main.css"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "http://*.shaadi.com/inbox/*",
        "http://*.shaadi.com/my-shaadi/*"
      ],
      "js": [
        "jquery.js",
        "shaadi.js"
      ],
      "css": [
        "shaadi.css"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "matches": [
        "http://*.shaadi.com/inbox/*",
        "http://*.shaadi.com/my-shaadi/*"
      ],
      "js": [
        "shaadi2.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "http://*.shaadi.com/search",
        "http://*.shaadi.com/my-shaadi"
      ],
      "js": [
        "shaadi3.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    "/ajax-loader.gif"
  ]
}