Gadget Buzz

Gadget Buzz

Tips, information and insights of technology and gadgets that will make your life easier.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Gadget Buzz",
  "short_name": "Extension",
  "description": "Tips, information and insights of technology and gadgets that will make your life easier.",
  "browser_action": {
    "default_icon": "icon19.png",
    "default_title": "Gadget Buzz",
    "default_popup": "gadget.html"
  },
  "manifest_version": 2,
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "version": "0.5"
}