Wix Grid

Wix Grid

Wix Grid - is the app created for the professional designers. Now you can create and use modular grid in the process of designing…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wix Grid",
  "version": "1.0.3",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "content_scripts": [
    {
      "js": [
        "contentscript.js"
      ],
      "matches": [
        "*://editor.wix.com/html/editor/web/renderer/*"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "frame.html"
  ]
}