Pocket Media Native Ads Builder

Pocket Media Native Ads Builder

Create your own native ad for your website, preview it, and generate the configurations for your Pocket Media Native Ads

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Pocket Media Native Ads Builder",
  "version": "1.1.4",
  "description": "Create your own native ad for your website, preview it, and generate the configurations for your Pocket Media Native Ads",
  "background": {
    "scripts": [
      "lib/jquery.min.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "http://*/",
    "https://*/"
  ],
  "icons": {
    "16": "images/pm_logo/logo_16.png",
    "48": "images/pm_logo/logo_48.png",
    "128": "images/pm_logo/logo_128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://*.pmgbrain.com/*"
    ]
  },
  "options_page": "html/options.html",
  "web_accessible_resources": [
    "manifest.json",
    "html/*.html",
    "lib/ace/*",
    "css/toolbar.css",
    "lib/icon.css",
    "css/materialize.css",
    "images/placeholder.png",
    "lib/materialize.js",
    "lib/jquery.min.js",
    "inject/materializeInitializer.js",
    "lib/pm-native.js",
    "lib/shepherd-theme-arrows.css"
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'"
}