Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "name":"Hello World",
  3. "version" : "1.0",
  4. "description":"Hello World",
  5. "icons": {
  6. "19": "icon19.png",
  7. "38": "icon38.png",
  8. "48": "icon48.png",
  9. "128": "icon128.png"
  10. },
  11. "browser_action": {
  12. "default_icon": {
  13. "19": "icon19.png",
  14. "38": "icon38.png",
  15. "48": "icon48.png",
  16. "128": "icon128.png"
  17. }
  18. },
  19. "manifest_version": 2
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement