Now Seoul

Now Seoul

Access current news, your todo list, weather, and inspiration on this Seoul themed new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Now Seoul",
  "description": "Access current news, your todo list, weather, and inspiration on this Seoul themed new tab page.",
  "version": "0.0.0.7",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "blank.html"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "activeTab",
    "http://nowseoul.com/",
    "storage"
  ]
}