manifest.json 349 B

1234567891011121314151617
  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. "tabs"
  12. ],
  13. "background": {
  14. "scripts": ["js/background.js"],
  15. "persistent": true
  16. }
  17. }