labnol

labnol

See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_popup": "labnol.html",
    "default_title": "Digital Inspiration"
  },
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "description": "See the most recently published tutorials and how-to guides from Digital Inspiration in your Chrome browser.",
  "icons": {
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "labnol",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.5"
}