Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. {
  2. "manifest_version": 2,
  3. "name": "Hacker Tab",
  4. "author": "Hu Chen",
  5. "version": "1.0.1",
  6. "description": "Replace new tab screen with GitHub trending projects.",
  7. "incognito": "split",
  8. "icons": {
  9. "16": "16.png",
  10. "48": "48.png",
  11. "128": "128.png"
  12. },
  13. "chrome_url_overrides": {
  14. "newtab": "index.html"
  15. },
  16. "permissions": ["tabs", "storage"]
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement