Aerial

Aerial

Experience breathtaking high-flying aerial views of locations around the world every time you open new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Aerial",
  "short_name": "Aerial",
  "version": "1.0.1",
  "description": "__MSG_shortDescription__",
  "default_locale": "en",
  "icons": {
    "48": "img/icons/icon48.png",
    "128": "img/icons/icon128.png"
  },
  "author": "Yuriy Husnay",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "http://a1.phobos.apple.com/us/r1000/000/Features/atv/AutumnResources/videos/entries.json"
  ],
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'"
}