Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| { | |
| "name": "Show Facebook Computer Vision Tags", | |
| "version": "0.0.1", | |
| "author": "Adam Geitgey", | |
| "manifest_version": 2, | |
| "description": "Shows what Facebook thinks your pictures contain", | |
| "homepage_url": "https://github.com/ageitgey/show-facebook-computer-vision-tags", | |
| "permissions": [ | |
| "http://www.facebook.com/*", "https://www.facebook.com/*", "https://web.facebook.com/*" | |
| ], | |
| "web_accessible_resources": ["locales/*"], | |
| "icons": { | |
| "128": "logo128.png", | |
| "16": "logo16.png", | |
| "48": "logo48.png" | |
| }, | |
| "content_scripts": [{ | |
| "matches": ["http://www.facebook.com/*", "https://www.facebook.com/*", "https://web.facebook.com/*"], | |
| "css": ["facebook.css"], | |
| "js": ["facebook.js"], | |
| "run_at": "document_idle", | |
| "all_frames": false | |
| }] | |
| } |