mirror of
https://github.com/miljegen/browser-milje.git
synced 2026-07-04 17:37:52 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ddfe7e7a91 | |||
| ff839b5333 | |||
| 6355d4f6a6 | |||
| 78b6ce361e | |||
| f68d9dad91 |
+18
@@ -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
|
||||
Vendored
-3
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"editor.maxTokenizationLineLength": 100000000000000000000
|
||||
}
|
||||
+4
-3
@@ -2,7 +2,7 @@
|
||||
"manifest_version": 3,
|
||||
"name": "browser-milje",
|
||||
"description": "adds a milje table cloth on top of your browser viewport",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"action": {
|
||||
"default_popup": "popup.html",
|
||||
"default_icon": "assets/browser-milje.png"
|
||||
@@ -15,8 +15,9 @@
|
||||
},
|
||||
"content_scripts": [
|
||||
{
|
||||
"js": ["scripts/milje.js"],
|
||||
"matches": ["<all_urls>", "file:///"]
|
||||
|
||||
"matches": ["<all_urls>", "file:///"],
|
||||
"js": ["scripts/milje.js"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
+28
-21
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user