Consciously: Conscious Shopping Assistant

Consciously: Conscious Shopping Assistant

Get brand ethics ratings while you shop. Choose from cruelty-free, Made in USA, eco-friendly, small business and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Consciously: Conscious Shopping Assistant",
  "description": "Get brand ethics ratings while you shop. Choose from cruelty-free, Made in USA, eco-friendly, small business and more!",
  "version": "3.9.0",
  "short_name": "Consciously",
  "version_name": "3.9.0-release_a",
  "manifest_version": 2,
  "homepage_url": "https://consciously.us",
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "Consciously",
    "default_popup": "pages/popup.html"
  },
  "permissions": [
    "*://*.jointribe.us/",
    "*://*.consciously.us/",
    "*://localhost/*",
    "*://staging-tribedata.kinsta.cloud/*",
    "cookies",
    "storage",
    "tabs"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.jointribe.us/",
      "*://*.consciously.us/",
      "*://localhost/*",
      "*://consciously.test/*"
    ]
  },
  "web_accessible_resources": [
    "scripts/first.js",
    "styles/styles.css",
    "pages/popup.html",
    "scripts/popup.js",
    "scripts/global.js"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "all_frames": false,
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "js": [
        "scripts/first.js"
      ],
      "run_at": "document_end"
    }
  ]
}