AIRDESK New Tab

AIRDESK New Tab

Desktop style new tab dashboard!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "version": "7.0.0.0",
  "manifest_version": 2,
  "incognito": "split",
  "content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com https://ssl.google-analytics.com https://fonts.google.com/ https://www.googleapis.com; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": "icon/icon16.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "topSites",
    "chrome://favicon/",
    "tabs",
    "history",
    "unlimitedStorage",
    "activeTab",
    "alarms",
    "identity",
    "notifications",
    "contextMenus",
    "geolocation"
  ],
  "optional_permissions": [
    "https://api.darksky.net/forecast",
    "https://airdesk.co.kr/"
  ],
  "commands": {
    "close_all": {
      "suggested_key": {
        "default": "Alt+W"
      },
      "description": "Close all tabs"
    }
  },
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "oauth2": {
    "client_id": "677506670708-ag7nh9rruiocmkii0gd5vbeu4257q6pv.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar",
      "https://www.googleapis.com/auth/tasks",
      "https://mail.google.com/"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2p/3y8BQOXZLrEjXLI0t/glaDd4Ft82rKBeqyoFpQEVyuP7D3q6stfNOqBlNaKqfB3tUzfAftjHEaulPRBWDSxsprkss4dNVsg/xhpEzq9E36SuoIXzRmjLyAlwY9U9xGI5AJiGVt3tRAOJ9a4JqAEFM6MiQxIvbkBui2dd2mB3UVMgWJaSAJ+fpWSjx4Qv9L53975JT4HvuhP7fj6sg1cctEowCb4+jQf2vIU81XVstNSdOye/06p3a3tRzEPi9pbWkrzfzd3lFu24MDsqp56oCbjEAuTJOH812l+g0bCe7gsxkHuIu5cChcalTosXIDxlmvR39/Vh9BViBjAfunQIDAQAB"
}