The Marketing Magazine

The Marketing Magazine

Handpicked collection of growth & marketing content for free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Marketing Magazine",
  "short_name": "The Marketing Magazine",
  "description": "Handpicked collection of growth & marketing content for free.",
  "homepage_url": "https://www.growthfyi.com/marketing-magazine.html",
  "version": "0.0.5",
  "version_name": "0.0.5",
  "manifest_version": 3,
  "default_locale": "en",
  "minimum_chrome_version": "88",
  "icons": {
    "16": "assets/img/logo_16.png",
    "24": "assets/img/logo_24.png",
    "32": "assets/img/logo_32.png",
    "48": "assets/img/logo_48.png",
    "96": "assets/img/logo_96.png",
    "128": "assets/img/logo_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "css/*",
        "assets/*",
        "vendors/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "background": {
    "service_worker": "js/bg.js"
  },
  "action": {
    "default_icon": {
      "16": "assets/img/logo_16.png",
      "24": "assets/img/logo_24.png",
      "32": "assets/img/logo_32.png",
      "48": "assets/img/logo_48.png"
    },
    "default_title": "The Marketing Magazine"
  },
  "chrome_url_overrides": {
    "newtab": "app.html"
  }
}