AQUARIUM PRO (New Tab)

AQUARIUM PRO (New Tab)

The most beautiful aquarium live new tab for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [],
  "web_accessible_resources": [
    "index.html"
  ],
  "background": {
    "scripts": []
  },
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "browser_action": {},
  "options_page": "index.html#settings",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "<all_urls>"
  ],
  "optional_permissions": [],
  "version": "1.0.45",
  "manifest_version": 2,
  "short_name": "Aquarium Pro",
  "offline_enabled": true,
  "name": "AQUARIUM PRO (New Tab)",
  "minimum_chrome_version": "39.0",
  "description": "The most beautiful aquarium live new tab for Chrome",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-hNWUbwB8ZS/vP+O4TfqZ/mmkMSYSJqGZ/4t5SSwAEk0=' 'sha256-1U43HAOlAXz6irAbXBbIpCr9fs/nLVDSCTx+uGZSAvY=' https://www.google-analytics.com https://www.google.com; object-src 'self'"
}