1 Star 0 Fork 1

peerless07 / Bullet-Extension

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
manifest.json 811 Bytes
一键复制 编辑 原始数据 按行查看 历史
peerless07 提交于 2020-09-05 03:07 . Added login page and Bootstrap 4
{
"name": "Bullet Extension",
"version": "1.0",
"description": "Build an Extension!",
"permissions": ["activeTab", "declarativeContent", "storage"],
"browser_action": {
"default_popup": "html/login.html",
"default_icon": {
"16": "images/get_started16.png",
"32": "images/get_started32.png",
"48": "images/get_started48.png",
"128": "images/get_started128.png"
}
},
"icons": {
"16": "images/get_started16.png",
"32": "images/get_started32.png",
"48": "images/get_started48.png",
"128": "images/get_started128.png"
},
"background": {
"scripts": [
"thirdParty/jquery-3.4.1.min.js",
"thirdParty/bootstrap.min.js"
],
"persistent": false
},
"web_accessible_resources": [
"js/util.js"
],
"manifest_version": 2
}
JavaScript
1
https://gitee.com/peerless07/Bullet-Extension.git
git@gitee.com:peerless07/Bullet-Extension.git
peerless07
Bullet-Extension
Bullet-Extension
master

搜索帮助