Digital Inspiration

Digital Inspiration

A popular how-to website where you'll find software tutorials, app reviews, screencasts, illustrated guides and other tech tips.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Digital Inspiration",
  "description": "A popular how-to website where you'll find software tutorials, app reviews, screencasts, illustrated guides and other tech tips.",
  "app": {
    "urls": [
      "http://www.labnol.org/"
    ],
    "launch": {
      "web_url": "http://www.labnol.org/"
    }
  },
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.1",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}