Humaniti

Humaniti

Collate and organize trending memes and GIFs from a new tab page and share content to social media platforms.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Humaniti",
  "description": "Collate and organize trending memes and GIFs from a new tab page and share content to social media platforms.",
  "version": "0.2.6.4",
  "icons": {
    "128": "/img/logo_128.png",
    "512": "/img/logo_512.png"
  },
  "action": {
    "default_icon": "/img/logo_512.png"
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "/pages/options/index.html"
  },
  "chrome_url_overrides": {
    "newtab": "/pages/new_tab/index.html"
  },
  "background": {
    "service_worker": "./service_worker.js"
  },
  "permissions": [
    "storage",
    "notifications",
    "tabs"
  ],
  "host_permissions": [
    "https://media.tenor.com/*",
    "https://i.redd.it/*",
    "https://preview.redd.it",
    "http://*.getmindfulmeets.com/*",
    "https://*.getmindfulmeets.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
  }
}