Guest User

Untitled

a guest
Nov 13th, 2015
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.64 KB | None | 0 0
  1. {
  2.   "manifest_version": 2,
  3.   "version": "2.0",
  4.   "name": "IMGUR Screenshots",
  5.   "description": "Send a screenshot to IMGUR.",
  6.   "author": "Adrian Crespo, Giovanny Gongora",
  7.   "role": "addon",
  8.   "type": "certified",
  9.   "content_scripts": [{
  10.     "matches": ["app://system.gaiamobile.org/index.html"],
  11.     "css": [],
  12.     "js": ["imgur.js"]
  13.   }],
  14.   "icons": {
  15.     "512": "/style/icons/512.png",
  16.     "256": "/style/icons/256.png",
  17.     "128": "/style/icons/128.png",
  18.     "90": "/style/icons/90.png",
  19.     "64": "/style/icons/64.png",
  20.     "48": "/style/icons/48.png",
  21.     "32": "/style/icons/32.png",
  22.     "16": "/style/icons/16.png"
  23.   }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment