League of Legends Animated New Tab

League of Legends Animated New Tab

League of Legends game is a popular in recent years. There are a lot of fan of the game. So we decided to make an animated…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "League of Legends Animated New Tab",
  "background": {
    "scripts": [
      "js/arkaPlan.js"
    ],
    "persistent": false
  },
  "version": "0.0.1",
  "description": "",
  "manifest_version": 2,
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "16x16.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "oauth2": {
    "client_id_firefox": "825939795126-t9v6behgpkvj2vfffgg960gvneqi5umn.apps.googleusercontent.com",
    "client_id": "825939795126-mcce3h3b83llk6lid0fjds0b6age97k6.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar"
    ]
  },
  "content_security_policy": "script-src 'self' https://calendar.google.com; object-src 'self'",
  "permissions": [
    "identity",
    "http://calendar.google.com/calendar/*",
    "https://calendar.google.com/calendar/*",
    "*://www.googleapis.com/*",
    "*://accounts.google.com/*"
  ]
}