Commit | Line | Data |
---|---|---|
1 | { | |
2 | "content_scripts": [ { | |
3 | "css": [ "content.css" ], | |
4 | "js": [ "jquery.min.js", "content.js" ], | |
5 | "matches": [ "http://*/*", "https://*/*" ] | |
6 | } ], | |
7 | "description": "Automaticaly browse 3D Models from Autodesk software in Chrome! Based on Docs PDF/PowerPoint Viewer (by Google).", | |
8 | "icons": { | |
9 | "128": "icon.png", | |
10 | "16": "icon.png", | |
11 | "32": "icon.png", | |
12 | "48": "icon.png" | |
13 | }, | |
14 | "name": "Autodesk FreeWheel 2D/3D Viewer", | |
15 | "version": "1.5.3", | |
16 | "permissions": [ | |
17 | "tabs" | |
18 | ] | |
19 | ||
20 | } |