~webapps/unity-chromium-extension/14.04

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html>
    <head>

    <title>Unity Webapps Extension Background Page</title>
    <embed type="application/x-unity-webapps-npapi" id="unityChromiumExtensionId"/>
    
    <script src="background-page.js"></script>
    
    </head>

    <body>
    </body>

</html>