| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "UAS管理助手",
- "version": "0.1",
- "description": "优软管理系统的Chrome浏览器扩展程序,允许直接调用管理系统接口操作",
- "icons": {
- "16": "images/16/icon.png",
- "48": "images/48/icon.png"
- },
- "permissions": [
- "http://*.ubtob.com/",
- "notifications"
- ],
- "browser_action": {
- "default_icon": {
- "19": "images/16/icon.png"
- },
- "default_title": "UAS管理助手",
- "default_popup": "popup.html"
- },
- "background": {
- "scripts": [
- "background.js"
- ]
- },
- "web_accessible_resources": [
- "images/*"
- ],
- "manifest_version": 2
- }
|