nGage Chrome Extention

nGage Chrome Extention

this is ngage extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "nGage Chrome Extention",
  "description": "this is ngage extension",
  "version": "1",
  "author": "Ravi Kodali",
  "browser_action": {
    "default_title": "nGage",
    "default_popup": "home.html"
  },
  "chrome_url_overrides": {
    "newtab": "home.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "identity",
    "identity.email"
  ]
}