Guest User

Untitled

a guest
Jan 18th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. "description": "Live",
  2. "version": "1",
  3. "manifest_version": 1,
  4. "app": {
  5. "launch": {
  6. "local_path": "index.html"
  7. }
  8. },
  9. "background_page":"index.html",
  10.  
  11. "icons": {
  12. "16": "icon16.png",
  13. "48": "icon48.png",
  14. "128": "icon128.png"
  15. }
  16.  
  17. "description": "Live",
  18. "version": "1",
  19. "manifest_version": 2,
  20. "app": {
  21. "launch": {
  22. "local_path": "index.html"
  23. }
  24. },
  25. "background": {
  26. "pages": "index.html"
  27. },
  28. "icons": {
  29. "16": "icon16.png",
  30. "48": "icon48.png",
  31. "128": "icon128.png"
  32. }
Add Comment
Please, Sign In to add comment