ZIRI

ZIRI

賞心悅目的新分頁,加一些小工具^Q^

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_app_name__",
  "description": "__MSG_app_description__",
  "version": "0.0.3",
  "default_locale": "zh_TW",
  "browser_action": {
    "default_icon": "icon32.png"
  },
  "icons": {
    "16": "icon16.png",
    "24": "icon24.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "background": {
    "scripts": [
      "back.js"
    ],
    "persistent": false
  },
  "permissions": [
    "http://*/",
    "https://*/",
    "alarms",
    "storage",
    "unlimitedStorage"
  ],
  "manifest_version": 2
}