Create New CodePen

Create New CodePen

Open a new tab pointing to https://codepen.io/pen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Create New CodePen",
  "author": "Levi Olson",
  "description": "Open a new tab pointing to https://codepen.io/pen",
  "manifest_version": 2,
  "version": "1.0.4",
  "icons": {
    "128": "icon-128x128.png"
  },
  "browser_action": {
    "default_icon": "icon-128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ]
}