Daily Growth | The Growth Marketers Homepage

Daily Growth | The Growth Marketers Homepage

Get a feed of the hottest growth marketing news personalized to you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.2",
  "name": "Daily Growth | The Growth Marketers Homepage",
  "short_name": "Daily Growth",
  "description": "Get a feed of the hottest growth marketing news personalized to you.",
  "homepage_url": "https://dailygrowth.adtuo.com",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "https://dailygrowth.adtuo.com/*",
    "https://*.adtuo.com/",
    "https://adtuo.com/"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "browser_action": {
    "default_title": "Daily Growth",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "externally_connectable": {
    "matches": [
      "https://dailygrowth.adtuo.com/*",
      "https://*.adtuo.com/",
      "https://adtuo.com/"
    ],
    "accepts_tls_channel_id": true
  },
  "chrome_url_overrides": {
    "newtab": "main.html"
  },
  "web_accessible_resources": [
    "main.html"
  ],
  "offline_enabled": true
}