Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "name": "MSEdge browserAction sample",
  3. "author": "(Your name write down here.)",
  4. "version": "0.1",
  5. "manifest_version": 2,
  6. "description": "マイクロソフト Edge 拡張のサンプル(browserAction)",
  7. "browser_action": {
  8. "default_icon": {
  9. "19": "icon/e-19.png"
  10. },
  11. "default_title": "MSEdge Pages",
  12. "default_popup": "popup.html"
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement