EE-Entry Filler

EE-Entry Filler

Mother and Children Entry With Excel Sheet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Mother and Children Entry With Excel Sheet",
  "version": "1.0.2",
  "name": "EE-Entry Filler",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "contextMenus",
    "unlimitedStorage",
    "identity",
    "identity.email",
    "https://www.googleapis.com/",
    "https://eeprojects.ctechhindi.in/"
  ],
  "oauth2": {
    "client_id": "31785199518-7qrckb06mffp2h3cc2b9ak1852f69es4.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login"
    ]
  },
  "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
  },
  "content_scripts": [
    {
      "matches": [
        "*://rch.nhm.gov.in/RCH/UI/EligibleCouples.aspx",
        "*://rch.nhm.gov.in/RCH/UI/MotherDataEntry.aspx",
        "*://rch.nhm.gov.in/RCH/UI/TrackingEC.aspx",
        "*://rch.nhm.gov.in/RCH/UI/MotherMedical.aspx",
        "*://rch.nhm.gov.in/RCH/UI/MotherANC.aspx",
        "*://rch.nhm.gov.in/RCH/UI/ChildDataEntry.aspx",
        "*://rch.nhm.gov.in/RCH/UI/ChildDataEntry.aspx?Id_Edit=childEntry"
      ],
      "js": [
        "contentScript26.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://rch.nhm.gov.in/RCH/UI/EligibleCouples.aspx*",
        "*://rch.nhm.gov.in/RCH/UI/EligibleCouples.aspx*",
        "*://rch.nhm.gov.in/RCH/UI/TrackingEC.aspx*",
        "*://rch.nhm.gov.in/RCH/UI/MotherDataEntry.aspx*",
        "*://rch.nhm.gov.in/RCH/UI/MotherMedical.aspx*",
        "*://rch.nhm.gov.in/RCH/UI/MotherANC.aspx*",
        "*://rch.nhm.gov.in/RCH/UI/MotherInfant.aspx*",
        "*://rch.nhm.gov.in/RCH/UI/MotherPNC.aspx*",
        "*://rch.nhm.gov.in/RCH/UI/InfantPNC.aspx*"
      ],
      "js": [
        "contentScript16.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://rch.nhm.gov.in/RCH/UI/ChildDataEntry.aspx",
        "*://rch.nhm.gov.in/RCH/UI/ChildDataEntry.aspx?Id_Edit=childEntry",
        "*://rch.nhm.gov.in/RCH/UI/ChildTrackingEntry.aspx"
      ],
      "js": [
        "contentScript15.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://rch.nhm.gov.in/*"
      ],
      "js": [
        "assets/selector-generator.js",
        "contentScript25.js",
        "contentScript17.js",
        "contentScript11.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://rch.nhm.gov.in/RCH/UI/SetLocation.aspx"
      ],
      "js": [
        "contentScript10.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "assets/*",
    "scripts/*",
    "options.html"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}