Diverse & Equitable Business Resource

Diverse & Equitable Business Resource

Shop BIPOC and help spread the word about businesses worth discovering 🙌🏻 🙌 🙌🏽 🙌🏿

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Diverse & Equitable Business Resource",
  "short_name": "debra",
  "version": "0.3.0",
  "description": "Shop BIPOC and help spread the word about businesses worth discovering 🙌🏻 🙌 🙌🏽 🙌🏿",
  "author": "Kwahu & Cayes",
  "permissions": [
    "https://api.debra.kwcay.co/*",
    "activeTab",
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "{0f07eb33-98b1-4f73-9834-9afa545dc625}"
    }
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "logo.128.png",
    "default_popup": "popup.html",
    "default_title": "Support the businesses you care about."
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.bundle.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "browser_style": false,
    "open_in_tab": true,
    "page": "settings.html"
  },
  "icons": {
    "16": "logo.16.png",
    "32": "logo.32.png",
    "48": "logo.48.png",
    "64": "logo.64.png",
    "128": "logo.128.png",
    "256": "logo.256.png",
    "512": "logo.512.png",
    "1024": "logo.1024.png"
  }
}