Ekoru

Ekoru

Save the oceans by surfing the web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ekoru",
  "version": "0.32",
  "description": "Save the oceans by surfing the web",
  "manifest_version": 3,
  "default_locale": "en",
  "homepage_url": "https://ekoru.org/",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "topSites",
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "image/logo_xxsmall.png",
      "48": "image/logo_small.png",
      "128": "image/logo_large.png"
    }
  },
  "background": {
    "service_worker": "backgroundEvents.js",
    "type": "module"
  },
  "icons": {
    "16": "image/logo_xxsmall.png",
    "48": "image/logo_small.png",
    "128": "image/logo_large.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "image/logo_xsmall.png",
        "image/logo_medium.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}