EE-Updation Filler

EE-Updation Filler

Mother and Child Updation with Excel Sheet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "__MSG_appDescription__",
  "version": "4.0.29",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "permissions": [
    "storage",
    "contextMenus",
    "unlimitedStorage",
    "identity",
    "*://www.googleapis.com/",
    "*://eeprojects.ctechhindi.in/"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://rch.mohfw.gov.in/RCH/*",
        "*://rch.mohfw.gov.in/rch/*"
      ],
      "js": [
        "contentScript15.js",
        "contentScript16.js",
        "contentScript14.js",
        "contentScript25.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://rch.mohfw.gov.in/RCH/UI/AdvancedSearch.aspx",
        "*://rch.mohfw.gov.in/RCH/UI/BankSearch.aspx"
      ],
      "js": [
        "contentScript1.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://rch.mohfw.gov.in/RCH/UI/ChildTrackingEntry.aspx",
        "*://rch.mohfw.gov.in/RCH/UI/ChildDataEntry.aspx*",
        "*://rch.mohfw.gov.in/RCH/UI/ChildTrackingMedicalEntry.aspx?ImmuCode*"
      ],
      "js": [
        "contentScript3.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://rch.mohfw.gov.in/RCH/UI/*"
      ],
      "js": [
        "contentScript2.js",
        "contentScript20.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://rch.mohfw.gov.in/RCH/UI/SetLocation.aspx",
        "*://rch.mohfw.gov.in/RCH/UI/DataEntry.aspx",
        "*://rch.mohfw.gov.in/RCH/UI/AdvancedSearch.aspx",
        "*://rch.mohfw.gov.in/RCH/UI/BankSearch.aspx"
      ],
      "js": [
        "contentScript13.js",
        "contentScript12.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://rch.mohfw.gov.in/*"
      ],
      "js": [
        "assets/selector-generator.js",
        "contentScript21.js"
      ],
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "service-worker.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "48": "icons/48x48.png",
      "128": "icons/128x128.png"
    }
  },
  "icons": {
    "128": "icons/128x128.png"
  },
  "options_ui": {
    "page": "donation.html",
    "open_in_tab": true
  },
  "web_accessible_resources": [
    "assets/*",
    "scripts/*",
    "contentScripts20.js",
    "contentScripts21.js",
    "contentScripts22.js",
    "contentScript22.js",
    "options.html"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "{d37c0feb-6f63-4694-bbf4-b48f01d95c8c}"
    }
  }
}