Nxtgovtjobs- Jobs Notification

Nxtgovtjobs- Jobs Notification

Nxtgovtjobs will provide Free job Alert for jobs seekers. Latest Internships for graduate Candidate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Nxtgovtjobs- Jobs Notification",
  "description": "Nxtgovtjobs will provide Free job Alert for jobs seekers. Latest Internships for graduate Candidate.",
  "background": {
    "page": "background.html"
  },
  "default_locale": "en",
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "manifest_version": 2,
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "alarms",
    "notifications",
    "*://*/*"
  ],
  "version": "1.0",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}