Advertisement
samstine11

Untitled

Nov 23rd, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "manifest_version": 2,
  3.  
  4.   "name": "Button Time",
  5.   "description": "This extension shows the current time next to the omnibox.",
  6.   "version": "1.0",
  7.  
  8.   "background": { "scripts": ["background.js"] },
  9.   "permissions": [
  10.     "tabs"
  11.   ],
  12.   "browser_action": {
  13.     "name": "System Time"
  14.   }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement