Lumen5

Lumen5

Lumen5 is the easiest way to engage your audience and grow your brand on social media with professional video content

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Lumen5",
  "short_name": "Lumen5",
  "description": "Lumen5 is the easiest way to engage your audience and grow your brand on social media with professional video content",
  "version": "1.2",
  "icons": {
    "16": "shared/img/icon.png",
    "32": "shared/img/icon.png",
    "48": "shared/img/icon.png",
    "128": "shared/img/icon.png"
  },
  "homepage_url": "https://lumen5.com",
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://lumen5.com; object-src 'self' https://lumen5.com;",
  "permissions": [
    "contextMenus",
    "*://*/*"
  ],
  "browser_action": {
    "default_icon": "shared/img/icon.png",
    "default_title": "Create Video"
  },
  "background": {
    "scripts": [
      "browser-action-listener.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*/wp-admin/post.php*",
        "*://*/wp-admin/post.php*"
      ],
      "all_frames": true,
      "run_at": "document_idle",
      "js": [
        "embed/wordpress.js",
        "embed/common.js"
      ]
    },
    {
      "matches": [
        "*://*.medium.com/p/*",
        "*://*.medium.com/new-story*"
      ],
      "exclude_matches": [
        "*://*.medium.com/p/import"
      ],
      "run_at": "document_idle",
      "js": [
        "embed/medium.js",
        "embed/common.js"
      ]
    }
  ],
  "manifest_version": 2
}