9 Star 20 Fork 3

hocgin / chrome-extension-weather

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 749 Bytes
一键复制 编辑 原始数据 按行查看 历史
hocgin 提交于 2021-12-31 11:26 . feat: v3.1.9
{
"manifest_version": 2,
"name": "Weather",
"description": "一款天气插件,具有漂亮的动态效果。",
"version": "3.1.9",
"icons": {
"16": "static/LOGO_16.png",
"48": "static/LOGO_48.png",
"128": "static/LOGO_128.png"
},
"browser_action": {
"default_icon": {
"19": "static/LOGO_48.png"
},
"default_title": "天气",
"default_popup": "index.html"
},
"background": {
"scripts": [
"background.js"
]
},
"options_page": "options.html",
"permissions": [
"https://restapi.amap.com/*",
"http://api.caiyunapp.com/*",
"notifications"
],
"content_security_policy": "script-src 'sha256-p3SrCu87OiMykU+zOQOkUoEDu8CyG9rV8lgCngpsEsQ=' 'self'; object-src 'self'"
}
JavaScript
1
https://gitee.com/hocgin/chrome-extension-weather.git
git@gitee.com:hocgin/chrome-extension-weather.git
hocgin
chrome-extension-weather
chrome-extension-weather
master

搜索帮助