Scandid

Scandid

Scandid, Savings ka Sahi Jugaad- Now on your Browser! Compare, Save.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Scandid, Savings ka Sahi Jugaad- Now on your Browser! Compare, Save.",
  "manifest_version": 2,
  "name": "Scandid",
  "version": "0.0.1.3resigned1",
  "homepage_url": "http://scandid.in/",
  "icons": {
    "48": "images/icon-48.png"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "45.0"
    }
  },
  "background": {
    "scripts": [
      "jquery.min.js",
      "swbg.js"
    ]
  },
  "permissions": [
    "tabs",
    "cookies",
    "storage",
    "notifications",
    "activeTab",
    "http://*/*",
    "https://*/*"
  ],
  "browser_action": {
    "default_icon": "images/icon-32.png",
    "default_title": "Scandid",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "jquery.min.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}