Skip to content
Snippets Groups Projects
Commit b75b50ef authored by alpaslan's avatar alpaslan
Browse files

Merge branch 'Alpi-newTab' into 'main'

#prepared popup for future

See merge request !1
parents a01d1cc3 b2f658b8
No related branches found
No related tags found
1 merge request!1#prepared popup for future
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JsonSchemaMappingsProjectConfiguration">
<state>
<map>
<entry key="Chrome Extension">
<value>
<SchemaInfo>
<option name="name" value="Chrome Extension" />
<option name="relativePathToSchema" value="https://json.schemastore.org/chrome-manifest.json" />
<option name="applicationDefined" value="true" />
<option name="patterns">
<list>
<Item>
<option name="path" value="manifest.json" />
</Item>
</list>
</option>
</SchemaInfo>
</value>
</entry>
</map>
</state>
</component>
</project>
\ No newline at end of file
......@@ -6,7 +6,8 @@
"background": {
"service_worker": "background.js"
},
"permissions": ["storage", "activeTab", "scripting"],
"options_page": "options.html",
"permissions": ["storage", "activeTab","declarativeContent", "scripting"],
"action": {
"default_popup": "popup.html",
"default_icon": {
......
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="button.css">
</head>
<body>
<div id="buttonDiv">
</div>
<div>
<p>Here are the options :D </p>
</div>
</body>
<script src="options.js"></script>
</html>
\ No newline at end of file
......@@ -5,7 +5,7 @@
<title>DigitalME</title>
</head>
<body>
<button id="changeColor"></button>
DigitalME
<script src="popup.js"></script>
</body>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment