Geek Dashboard

Geek Dashboard

Connecting with Geek Dashboard is the best way to stay up-to-date with the latest TECH happening around you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon16.png",
      "48": "img/icon48.png",
      "128": "img/icon128.png"
    },
    "default_popup": "background.html",
    "default_title": "TO DO"
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Connecting with Geek Dashboard is the best way to stay up-to-date with the latest TECH happening around you.",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCGn3u3WRAsBB3glv02B8uiDUwT9gnjmLCyI574Q7PSAgzqtjigNKc13nl/kZseALvg0+ytQFgbxpqAJudF5DTpaFnz0XMotj+3CuhA2bBI+mzhK4774XUpUhs3QUKC2wGxyHISxqua1nNtCoZYnnv9Zdk3E0q6LVWhVstVyUZb4wIDAQAB",
  "manifest_version": 2,
  "name": "Geek Dashboard",
  "permissions": [
    "*://*.geekdashboard.com/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "4.0"
}