~robertcarr/+junk/webapps-package-tool

« back to all changes in this revision

Viewing changes to src/examples/test1/output/debian/webapps-testpackage/usr/share/unity_webapps/testpackage.user.js/testpackage.user.js

  • Committer: Robert Carr
  • Date: 2012-08-02 19:39:26 UTC
  • Revision ID: racarr@canonical.com-20120802193926-o8bu232dd5i3q5z8
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// ==UserScript==
 
2
// @name          angry-birds-com-launcher
 
3
// @include       http://chrome.angrybirds.com/*
 
4
// @version       @VERSION@
 
5
// @author        WebApps Team
 
6
// ==/UserScript==
 
7
 
 
8
window.Unity = external.getUnityObject(1);
 
9
 
 
10
Unity.init({ name: "Angry Birds",
 
11
             iconUrl: "icon://AngryBirds",
 
12
             onInit: null });
 
13
 
 
14