WordPress Tutorials WPCompendium

WordPress Tutorials WPCompendium

Learn how to use WordPress with hundreds of FREE WordPress step-by-step tutorials!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WordPress Tutorials WPCompendium",
  "manifest_version": 2,
  "short_name": "WPCompendium",
  "description": "Learn how to use WordPress with hundreds of FREE WordPress step-by-step tutorials!",
  "version": "1.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "wpc-16r.png"
  },
  "icons": {
    "128": "wpc-128.png"
  }
}