Create Layer

Create Layer

Launchpad for Creators

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Create Layer",
  "description": "Launchpad for Creators",
  "version": "13.0.0",
  "author": "Create",
  "action": {
    "default_icon": "img/icon128.png"
  },
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://blank.org/*",
        "https://mobile.twitter.com/*",
        "https://tweetdeck.twitter.com/*",
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "resources": [
        "img/pluto_logo.png",
        "img/*",
        "fonts/*"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://blank.org/*",
        "https://mobile.twitter.com/*",
        "https://tweetdeck.twitter.com/*",
        "https://twitter.com/*",
        "https://x.com/*"
      ],
      "resources": [
        "assets/main.tsx.0fe000a6.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.main.tsx.0fe000a6.1da67a28.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://blank.org/*",
        "https://twitter.com/*",
        "https://mobile.twitter.com/*",
        "https://tweetdeck.twitter.com/*",
        "https://x.com/*"
      ],
      "media": [
        "pluto_logo.png",
        "create_engine_workmark.svg",
        "icon16.png",
        "icon32.png",
        "icon48.png",
        "icon128.png"
      ],
      "css": [
        "assets/main.cf1613e0.css"
      ]
    }
  ],
  "permissions": []
}