Guest User

Untitled

a guest
Dec 16th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. {
  2. "name": "RayzTV custom override",
  3. "description": "Override the new tab page with a cool one",
  4. "version": "1.0",
  5. "incognito": "split",
  6. "options_ui": {
  7. "page": "options.html",
  8. "open_in_tab": false
  9. },
  10. "chrome_url_overrides": {
  11. "newtab": "index.html"
  12. },
  13. "manifest_version": 2,
  14. "permissions": [
  15. "storage"
  16. ],
  17. "content_scripts": [{
  18. "js": ["dd.js"],
  19. "css": ["sss.css"],
  20. }],
  21. "icons": { "16": "c.png",
  22. "48": "c.png",
  23. "128": "ct.png" }
  24. }
  25.  
  26. <title>Cool Tab!!1!!11</title>
  27.  
  28. <body>
  29.  
  30.  
  31.  
  32. <div class="lel">
  33. <br>
  34.  
  35. <p class="ss">what are you going to do today?</p>
  36. <input id="ser" type="text" placeholder="what?" autofocus>
  37. <br>
  38. <br>
  39. <br>
  40. <div class="centt">
  41.  
  42. <button id="b1" type="button" name="button">Loading...</button>
  43. <button id="b2" type="button" name="button">Loading...</button>
  44. <button id="b3" type="button" name="button">Loading...</button>
  45.  
  46. </div>
  47.  
  48. <br>
  49. <a href="options.html" class="ss" style="margin-right:11px; margin-top:10px" id="time">Loading...</a>
  50.  
  51. </div>
  52.  
  53. </body>
Add Comment
Please, Sign In to add comment