Morphs.io chrome extension

Morphs.io chrome extension

Morphic was developed as a research tool to to help answer ecological questions as part of a study by Leighton et al 2016.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Morphs.io chrome extension",
  "manifest_version": 3,
  "version": "0.0.12",
  "permissions": [
    "notifications"
  ],
  "background": {
    "service_worker": "background_script.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.google.com/search*morphic_id:*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ]
}