Added some small boring scripts and programs writen in few last years
[mirrors/Programs.git] / plugins / chrome-extensions / DrawView / manifest.json
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 }
This page took 0.317554 seconds and 4 git commands to generate.