GridUp - Build smarter in Webflow

GridUp - Build smarter in Webflow

Build websites smarter in Webflow with automated processes, centralized styles and a synchronized components library.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Build websites smarter in Webflow with automated processes, centralized styles and a synchronized components library.",
  "version": "1.0.12",
  "manifest_version": 3,
  "name": "GridUp - Build smarter in Webflow",
  "action": {
    "default_icon": "img/icon-48.png"
  },
  "icons": {
    "16": "img/icon-16.png",
    "48": "img/icon-48.png",
    "128": "img/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.webflow.com/*"
      ],
      "js": [
        "contentScript.bundle.js"
      ]
    }
  ],
  "host_permissions": [
    "https://*.webflow.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "/img/*",
        "*.svg",
        "/webflow.bundle.js"
      ],
      "matches": [
        "https://*.webflow.com/*"
      ]
    }
  ]
}