EE-Updation Filler

EE-Updation Filler

Mother and Child Updation with Excel Sheet

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Mother and Child Updation with Excel Sheet",
  "version": "1.0.2",
  "manifest_version": 2,
  "name": "EE-Updation Filler",
  "permissions": [
    "storage",
    "contextMenus",
    "unlimitedStorage",
    "identity",
    "identity.email",
    "https://www.googleapis.com/",
    "https://eeprojects.ctechhindi.in/"
  ],
  "oauth2": {
    "client_id": "31785199518-1eq12sno8msgj22r2rdi6hqiekelohpq.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://rch.nhm.gov.in/RCH/*"
      ],
      "js": [
        "contentScript14.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://rch.nhm.gov.in/RCH/UI/*"
      ],
      "js": [
        "contentScript15.js",
        "contentScript16.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://rch.nhm.gov.in/RCH/UI/AdvancedSearch.aspx"
      ],
      "js": [
        "contentScript1.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://rch.nhm.gov.in/RCH/UI/ChildTrackingEntry.aspx",
        "*://rch.nhm.gov.in/RCH/UI/ChildDataEntry.aspx*"
      ],
      "js": [
        "contentScript3.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://rch.nhm.gov.in/RCH/UI/*"
      ],
      "js": [
        "contentScript2.js",
        "contentScript20.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://rch.nhm.gov.in/RCH/UI/SetLocation.aspx",
        "*://rch.nhm.gov.in/RCH/UI/DataEntry.aspx",
        "*://rch.nhm.gov.in/RCH/UI/AdvancedSearch.aspx"
      ],
      "js": [
        "contentScript13.js",
        "contentScript12.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "*://rch.nhm.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",
    "options.html"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}