1234567891011121314151617 |
- {
- "name": "EDGE FULLSCREEN",
- "author": "Zhizhou Technology Co.,Ltd. ",
- "description": "Edge全屏插件",
- "version": "1.0",
- "icons": {
- "25": "images/color-changer25.png",
- "48": "images/color-changer48.png"
- },
- "permissions": [
- "tabs"
- ],
- "background": {
- "scripts": ["js/background.js"],
- "persistent": true
- }
- }
|