Advertisement
Guest User

manifest.json

a guest
Jun 4th, 2025
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. My manifest.json
  2. {
  3. "manifest_version": 3,
  4. "name": "Removed j03",
  5. "version": "1.0.2",
  6. "description": "Search for public memories in GitHub, Twitter, Miraheze, ebin.pub, and a Wordpress hosted website.",
  7. "permissions": [
  8. "storage",
  9. "tabs",
  10. "notifications",
  11. "https://api.github.com/"
  12. ],
  13. "action": {
  14. "default_popup": "popup.html",
  15. "default_icon": {
  16. "16": "icon.png",
  17. "48": "icon.png",
  18. "128": "icon.png"
  19. }
  20. },
  21. "icons": {
  22. "16": "icon.png",
  23. "48": "icon.png",
  24. "128": "icon.png"
  25. },
  26. "author": "Removed my name",
  27. "homepage_url": "https://github.com/removed-my-github/public-memory-syntax"
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement