Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. {
  2. "manifest_version": 2,
  3. "name": "Pastebin Raw Text",
  4. "short_name": "pastebin.txt",
  5. "version": "1.4",
  6. "description": "Redirect requests for pastebin.com paste URLs to the raw text version",
  7. "homepage_url": "https://github.com/jperkin/pastebin-raw-text",
  8. "background": {
  9. "scripts": ["background.js"]
  10. },
  11. "icons": {
  12. "16": "icon16.png",
  13. "32": "icon32.png",
  14. "48": "icon48.png",
  15. "128": "icon128.png"
  16. },
  17. "permissions": [
  18. "webRequest",
  19. "webRequestBlocking",
  20. "http://pastebin.com/*",
  21. "https://pastebin.com/*"
  22.  
  23. ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement