Instants

Instants

提供您最關心的即時生活資訊。

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Instants",
  "version": "4.0.3",
  "description": "提供您最關心的即時生活資訊。",
  "icons": {
    "16": "./icons/icon16.png",
    "48": "./icons/icon48.png",
    "128": "./icons/icon128.png"
  },
  "author": "Instants Team",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "options_page": "./options/options.html",
  "permissions": [
    "storage",
    "geolocation",
    "notifications",
    "chrome://favicon/",
    "http://*/",
    "https://*/",
    "topSites",
    "gcm",
    "bookmarks",
    "unlimitedStorage",
    "history",
    "alarms"
  ],
  "background": {
    "page": "background.html"
  },
  "web_accessible_resources": [
    "./images/notifications.png"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://ssl.google-analytics.com https://www.google-analytics.com https://connect.facebook.net https://docs.google.com https://www.google.com https://cse.google.com https://clients1.google.com https://cdn.mxpnl.com; object-src 'self'"
}