Agario New Tab

Agario New Tab

Agario new tab, download most beautiful wallpapers and new tab page extension free.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.1",
  "description": "Agario new tab, download most beautiful wallpapers and new tab page extension free.",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "./js/event.js"
    ]
  },
  "name": "Agario New Tab",
  "offline_enabled": true,
  "browser_action": {
    "default_title": "Agario New Tab"
  },
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "geolocation",
    "downloads",
    "unlimitedStorage",
    "http://*/",
    "https://*/",
    "http://*/*",
    "chrome://favicon/",
    "storage"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}