Gutenberghub

Gutenberghub

This is to be your WordPress Gutenberg editor's best companion. Currently, it offers Gutenberg Templates Library which includes…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "short_name": "Gutenberghub",
  "name": "Gutenberghub",
  "icons": {
    "16": "favicon.ico",
    "48": "logo192.png",
    "128": "logo512.png"
  },
  "content_security_policy": "script-src 'self' 'sha256-WDhufSqZOEoWULzS4Nwz11MNyHzZClVYbQ2JSt1vfkw'; object-src 'self'",
  "permissions": [
    "storage",
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "copySelected.js"
  ],
  "manifest_version": 2,
  "version": "0.0.4",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Templates"
  }
}