Popular Sites

Popular Sites

Popular Sites

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "version": "0.2",
  "default_locale": "ja",
  "description": "__MSG_description__",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "16": "ico/icon_16.png",
    "48": "ico/icon_48.png",
    "128": "ico/icon_128.png"
  },
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.google.com https://maxcdn.bootstrapcdn.com; object-src 'self'"
}