Gooloo.tv Tab

Gooloo.tv Tab

Live TV channels new tab extension

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "description": "Live TV channels new tab extension",
  "icons": {
    "16": "img/icon16.png",
    "128": "img/icon128.png"
  },
  "author": "Zachary Guard",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "options_page": "options/options.html",
  "version": "1.0.3",
  "short_name": "Gooloo.tv",
  "default_locale": "en",
  "permissions": [
    "topSites",
    "management",
    "bookmarks",
    "storage",
    "sessions",
    "tabs",
    "geolocation",
    "https://cloud.feedly.com/*",
    "https://*.netlify.com/*"
  ],
  "background": {
    "page": "newtab.html",
    "persistent": true
  }
}