technoBookmarks

technoBookmarks

Never miss a link, Bookmark your favorite technical links , Share links with friends and Connect with techies.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "technoBookmarks",
  "version": "1.7",
  "description": "Never miss a link, Bookmark your favorite technical links , Share links with friends and Connect with techies.",
  "permissions": [
    "http://www.technobookmarks.com/",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_title": "http://technobookmarks.com/",
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'"
}