EE-Updation Filler

EE-Updation Filler

Mother and Children Updation with Excel Sheet

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "EE-Updation Filler",
  "description": "Mother and Children Updation with Excel Sheet",
  "version": "0.6.5",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon_48.png"
  },
  "permissions": [
    "storage",
    "identity",
    "contextMenus",
    "unlimitedStorage",
    "identity.email",
    "https://www.googleapis.com/",
    "https://eeprojectsapi.ctechhindi.in/"
  ],
  "oauth2": {
    "client_id": "31785199518-1eq12sno8msgj22r2rdi6hqiekelohpq.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/plus.login"
    ]
  },
  "web_accessible_resources": [
    "assets/beep-02.mp3"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://rch.nhm.gov.in/RCH/UI/*",
        "http://rch.nhm.gov.in/RCH/UI/*"
      ],
      "js": [
        "content/mother_controller.js",
        "content/child_controller.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://rch.nhm.gov.in/RCH/UI/AdvancedSearch.aspx",
        "http://rch.nhm.gov.in/RCH/UI/AdvancedSearch.aspx"
      ],
      "js": [
        "assets/js/jquery-1.8.3.min.js",
        "content/scripts12.js",
        "assets/js/lodash.min.js",
        "content/script_mop1.js",
        "content/script_chp1.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://rch.nhm.gov.in/RCH/UI/ChildTrackingEntry.aspx",
        "http://rch.nhm.gov.in/RCH/UI/ChildTrackingEntry.aspx",
        "https://rch.nhm.gov.in/RCH/UI/ChildDataEntry.aspx*",
        "https://rch.nhm.gov.in/RCH/UI/DataEntry.aspx",
        "https://rch.nhm.gov.in/RCH/UI/AdvancedSearch.aspx"
      ],
      "js": [
        "assets/js/jquery-1.8.3.min.js",
        "content/scripts12.js",
        "assets/js/lodash.min.js",
        "content/script_chp3.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://rch.nhm.gov.in/RCH/UI/*",
        "http://rch.nhm.gov.in/RCH/UI/*"
      ],
      "js": [
        "assets/js/jquery-1.8.3.min.js",
        "content/script_mop2.js",
        "content/script_chp2.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://rch.nhm.gov.in/RCH/UI/SetLocation.aspx",
        "http://rch.nhm.gov.in/RCH/UI/SetLocation.aspx"
      ],
      "js": [
        "content/script_setLoc.js",
        "content/scripts12.js"
      ],
      "all_frames": true
    },
    {
      "matches": [
        "https://rch.nhm.gov.in/RCH/*",
        "http://rch.nhm.gov.in/RCH/*"
      ],
      "js": [
        "content/beep_sound.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content/copy_value_select.js",
        "assets/js/selector-generator.js"
      ]
    }
  ],
  "commands": {
    "start-stop-app": {
      "suggested_key": {
        "default": "Alt+E",
        "windows": "Alt+E"
      },
      "description": "Start/Pause Application",
      "global": true
    }
  },
  "options_ui": {
    "page": "donation/donation.html",
    "open_in_tab": true
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}