Guest User

Untitled

a guest
Sep 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "version": "1.0",
  3. "name": "__MSG_appName__",
  4. "description": "__MSG_appDesc__",
  5. "default_locale": "en",
  6. "permissions": ["storage","activeTab","declarativeContent","http://*/*", "https://*/*","*://*/*"],
  7. "browser_action": {
  8. "default_popup": "index.html",
  9. "default_icon": "iconBox/ytm128.png"
  10. },
  11. "icons": {
  12. "128": "iconBox/ytm128.png",
  13. "48": "iconBox/ytm48.png",
  14. "16": "iconBox/ytm16.png"
  15. },
  16. "commands": {
  17. "_execute_browser_action": {
  18. "suggested_key": {
  19. "default": "Ctrl+Shift+V",
  20. "linux": "Ctrl+Shift+V",
  21. "windows": "Ctrl+Shift+V",
  22. "mac": "Command+Shift+V"
  23. }
  24. }
  25. },
  26. "manifest_version": 2
Add Comment
Please, Sign In to add comment