caiyun

caiyun

修改新标签页,替换为古诗词。学习中,参考插件几枝,几枝的审美我太爱了

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "version": "0.2.0",
  "default_locale": "zh_CN",
  "description": "修改新标签页,替换为古诗词。学习中,参考插件几枝,几枝的审美我太爱了",
  "homepage_url": "https://aihanyan.com",
  "icons": {
    "16": "img/p16.png",
    "32": "img/p32.png",
    "48": "img/p48.png",
    "128": "img/p128.png"
  },
  "browser_action": {
    "default_title": "当时明月在,曾照彩云归"
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "background": {
    "scripts": [
      "static/js/background.js"
    ]
  },
  "permissions": [
    "storage"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  }
}