mirror of
https://github.com/miljegen/browser-milje.git
synced 2025-08-31 16:33:44 +00:00
Compare commits
6 Commits
v0.0.1
...
a009f6425c
Author | SHA1 | Date | |
---|---|---|---|
|
a009f6425c | ||
ddfe7e7a91 | |||
|
ff839b5333 | ||
|
6355d4f6a6 | ||
|
78b6ce361e | ||
|
f68d9dad91 |
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
### VisualStudioCode ###
|
||||||
|
.vscode/*
|
||||||
|
!.vscode/settings.json
|
||||||
|
!.vscode/tasks.json
|
||||||
|
!.vscode/launch.json
|
||||||
|
!.vscode/extensions.json
|
||||||
|
!.vscode/*.code-snippets
|
||||||
|
|
||||||
|
# Local History for Visual Studio Code
|
||||||
|
.history/
|
||||||
|
|
||||||
|
# Built Visual Studio Code Extensions
|
||||||
|
*.vsix
|
||||||
|
|
||||||
|
### VisualStudioCode Patch ###
|
||||||
|
# Ignore all local history of files
|
||||||
|
.history
|
||||||
|
.ionide
|
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,3 +0,0 @@
|
|||||||
{
|
|
||||||
"editor.maxTokenizationLineLength": 100000000000000000000
|
|
||||||
}
|
|
@@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "browser-milje",
|
"name": "browser-milje",
|
||||||
"description": "adds a milje table cloth on top of your browser viewport",
|
"description": "adds a milje table cloth on top of your browser viewport",
|
||||||
"version": "0.0.1",
|
"version": "0.0.2",
|
||||||
"action": {
|
"action": {
|
||||||
"default_popup": "popup.html",
|
"default_popup": "popup.html",
|
||||||
"default_icon": "assets/browser-milje.png"
|
"default_icon": "assets/browser-milje.png"
|
||||||
@@ -15,8 +15,9 @@
|
|||||||
},
|
},
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"js": ["scripts/milje.js"],
|
|
||||||
"matches": ["<all_urls>", "file:///"]
|
"matches": ["<all_urls>", "file:///"],
|
||||||
|
"js": ["scripts/milje.js"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user