| Index: ports/gambc_ppapi/background.js
|
| diff --git a/ports/python_ppapi/background.js b/ports/gambc_ppapi/background.js
|
| similarity index 88%
|
| copy from ports/python_ppapi/background.js
|
| copy to ports/gambc_ppapi/background.js
|
| index d6fb185da9b32e62e591c6f047f1725be1d1f49d..066bc67a7fc5cafa3cdcf476080c6711a6342815 100644
|
| --- a/ports/python_ppapi/background.js
|
| +++ b/ports/gambc_ppapi/background.js
|
| @@ -7,7 +7,7 @@
|
| 'use strict';
|
|
|
| chrome.app.runtime.onLaunched.addListener(function() {
|
| - chrome.app.window.create('index.html', {
|
| + chrome.app.window.create('gambc.html', {
|
| 'id': 'main',
|
| 'bounds': {
|
| 'width': 800,
|
|
|