Page MenuHomePhorge

background.js
No OneTemporary

background.js

/*
* Copyright (C) 2023 LANNOCC
* @%@~LICENSE~@%@
*/
//alert('here I am');
chrome.notifications.create(
'test',
{
type: "basic",
iconUrl: "image/favicon-128.png",
title: "LANK.im",
message: "This is a test"
}
);
//chrome.notifications.clear('test');

File Metadata

Mime Type
text/plain
Expires
Fri, Sep 11, 10:17 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3482
Default Alt Text
background.js (300 B)

Event Timeline