Sign in
◑
Theme
chromium
/
chromium
/
src
/
913eaefa55beab765aa1d99da170db474d8c63ca
/
.
/
ppapi
/
tests
/
extensions
/
popup
/
background.js
blob: 55a89d50155361f3880f32d499a31e04b619a2d3 [
file
]
// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
chrome
.
runtime
.
onInstalled
.
addListener
(
function
()
{
chrome
.
tabs
.
create
({
url
:
'popup.html'
});
});