Tabpoll

Tabpoll

Intelligently predictive new-tab engine to streamline your browsing experience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tabpoll",
  "version": "0.1.0.2",
  "description": "Intelligently predictive new-tab engine to streamline your browsing experience.",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "icons": {
    "16": "ico/icon16.png",
    "48": "ico/icon48.png",
    "128": "ico/icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1bj21BesHGWeNSEsjWCuNoa6CJtmgjHSw2wXHM+gC7NYavTnacU4dHTwrfA1yVhhx1tvcQ8EddSq5FbtfczZKq0HP1EicXz4zCiP5c9XK0bd0Iul2LIFN7RW3WdnGddnqg8Y/m52QeBgJobxR6lCx5RlVipB9klx9DjPsm3vtw2XPhocm7Y9JWirTqgLSXzsripN9V58uingaFMtaO6eXxM5uZrg2H0OIU/BK9pgfLSyZfLAKA7i8u217RX7c6MTpDJbGaem7kYCx8QXU93pi93jA2p4vk3ioQv20R1g6DczBSA10o7rZNzUaeAcVwew0jvxnc1dD5cQdADugW/szwIDAQAB",
  "permissions": [
    "history",
    "storage",
    "geolocation",
    "identity",
    "chrome://favicon/*"
  ],
  "background": {
    "scripts": [
      "js/jquery-2.1.3.min.js",
      "js/require.min.js",
      "js/background.js"
    ],
    "persistent": true
  },
  "oauth2": {
    "client_id": "1045571478564-39o43fllhkid25mhsu2fvbb16j7ts2p3.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar.readonly",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  }
}