Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "manifest_version": 2,
- "version": "2.0",
- "name": "IMGUR Screenshots",
- "description": "Send a screenshot to IMGUR.",
- "author": "Adrian Crespo, Giovanny Gongora",
- "role": "addon",
- "type": "certified",
- "content_scripts": [{
- "matches": ["app://system.gaiamobile.org/index.html"],
- "css": [],
- "js": ["imgur.js"]
- }],
- "icons": {
- "512": "/style/icons/512.png",
- "256": "/style/icons/256.png",
- "128": "/style/icons/128.png",
- "90": "/style/icons/90.png",
- "64": "/style/icons/64.png",
- "48": "/style/icons/48.png",
- "32": "/style/icons/32.png",
- "16": "/style/icons/16.png"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment