Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2022
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. {
  2. "manifest_version": 3,
  3. "name": "ghiblify",
  4. "version": "1.0.1",
  5. "short_name": "ghiblify",
  6. "options_page": "options.html",
  7. "description": "add some magic into your everyday life. Photos sourced from the studio ghibli website, free for personal use.",
  8. "permissions": ["storage", "bookmarks", "geolocation"],
  9. "icons": {
  10. "48": "icons/heen48.png",
  11. "128": "icons/heen128.png"
  12. },
  13. "action": {
  14. "default_title": "Test",
  15. "default_popup": "options.html"
  16. },
  17. "chrome_url_overrides": {
  18. "newtab": "index.html"
  19. }
  20. "browser_specific_settings": {
  21. "gecko": {
  22. }
  23. }
  24. }
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement