FGP

FGP

...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "name": "FGP",
  "description": "...",
  "version": "1.0",
  "icons": {
    "128": "icon.png"
  },
  "options_page": "options.html",
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "https://greatgrantaid.com/login.php"
      ],
      "js": [
        "etractSaveRedirect.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "notifications",
    "tabs",
    "storage",
    "alarms",
    "declarativeContent",
    "http://eportal.oauife.edu.ng/*"
  ],
  "short_name": "FGP",
  "web_accessible_resources": [
    "images/*",
    "js/*"
  ]
}