Guest User

Untitled

a guest
Aug 18th, 2020
700
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.94 KB | None | 0 0
  1. --- manifest.json   2020-03-25 16:20:59.494184195 +0200
  2. +++ manifest.json   2020-08-18 09:46:20.833461001 +0300
  3. @@ -32,11 +32,19 @@
  4.        "48": "icons/48.png"
  5.     },
  6.     "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCfHy1M+jghaHyaVAILzx/c/Dy+RXtcaP9/5pC7EY8JlNEI/G4DIIng9IzlrH8UWStpMWMyGUsdyusn2PkYFrqfVzhc2azVF3PX9D0KHG3FLN3mNoz1YTBHvO5QSXJf292qW0tTYuoGqeTfXtF9odLdg20Xd0YrLmtS4TQkpSYGDwIDAQAB",
  7.     "manifest_version": 2,
  8.     "name": "__MSG_8969005060131950570__",
  9. -   "options_page": "options.html",
  10. +   "options_ui": {
  11. +      "open_in_tab": true,
  12. +      "page": "options.html"
  13. +   },
  14. +   "browser_specific_settings": {
  15. +      "gecko": {
  16. +         "id": "GoogleTranslate@google.com"
  17. +      }
  18. +   },
  19.     "permissions": [ "activeTab", "contextMenus", "storage" ],
  20.     "update_url": "https://clients2.google.com/service/update2/crx",
  21.     "version": "2.0.9",
  22.     "web_accessible_resources": [ "popup_css_compiled.css", "options.html" ]
  23.  }
  24.  
Add Comment
Please, Sign In to add comment