Marketing News

Marketing News

EVOLV helps Marketers stay updated, relevant, & effective, using AI-powered marketing news, feeds, tools, & resources

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Marketing News",
  "short_name": "EVOLV: Marketing News",
  "description": "EVOLV helps Marketers stay updated, relevant, & effective, using AI-powered marketing news, feeds, tools, & resources",
  "version": "1.1.9",
  "homepage_url": "https://goevolv.io/",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "host_permissions": [
    "*://api.goevolv.io/*",
    "*://suggestqueries.google.com/*",
    "*://*.posthog.com/*"
  ],
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "optional_permissions": [
    "scripting",
    "tabs"
  ],
  "permissions": [
    "unlimitedStorage",
    "topSites",
    "storage",
    "background",
    "favicon"
  ],
  "icons": {
    "16": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "externally_connectable": {
    "matches": [
      "*://*.goevolv.io/*",
      "*://*.google.com/*",
      "*://*.posthog.com/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.js",
        "*.html",
        "*.css",
        "*.png",
        "*.svg",
        "*.jpg",
        "*.jpeg",
        "_favicon/*"
      ],
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "extension_ids": [
        "*"
      ]
    }
  ],
  "offline_enabled": true,
  "author": "EVOLV",
  "background": {
    "service_worker": "js/service.js"
  },
  "action": {
    "default_icon": {
      "16": "icon.png",
      "32": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    },
    "default_title": "EVOLV: Marketing News"
  },
  "content_security_policy": {
    "extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'",
    "content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'"
  }
}