Google Events [ANTP]

Google Events [ANTP]

Google event widget for Awesome New Tab Page [ANTP]

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Google Events [ANTP]",
  "manifest_version": 2,
  "version": "2.4.0",
  "description": "Google event widget for Awesome New Tab Page [ANTP]",
  "background": {
    "scripts": [
      "lib/jquery.min.js",
      "lib/moment.min.js",
      "lib/moment.lang-all.min.js",
      "lib/shayjs.js",
      "lib/shayjs.date.js",
      "lib/shayjs.antp.js",
      "lib/shayjs.google.js",
      "js/defaults.js",
      "js/background.js"
    ]
  },
  "icons": {
    "16": "images/128.png",
    "48": "images/128.png",
    "128": "images/128.png"
  },
  "default_locale": "en",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "http://*.google.com/",
    "https://*.google.com/",
    "https://*.google-analytics.com/"
  ],
  "content_security_policy": "script-src 'self' https://*.google-analytics.com/; object-src 'self'",
  "web_accessible_resources": [
    "GoogleEvents.html",
    "options.html"
  ]
}