manifest.json 381 B

123456789101112131415161718
  1. {
  2. "name": "EDGE FULLSCREEN",
  3. "author": "Zhizhou Technology Co.,Ltd. ",
  4. "description": "Edge全屏插件",
  5. "version": "1.0",
  6. "icons": {
  7. "25": "images/color-changer25.png",
  8. "48": "images/color-changer48.png"
  9. },
  10. "permissions": [
  11. "*://docs.microsoft.com/*",
  12. "tabs"
  13. ],
  14. "background": {
  15. "scripts": ["js/background.js"],
  16. "persistent": true
  17. }
  18. }