Skip to content

Commit

Permalink
update to 0.0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SpyrosNm committed May 1, 2021
1 parent 3d920b6 commit cecfbef
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 23 deletions.
Binary file removed icon.png
Binary file not shown.
Binary file added icon128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 27 additions & 23 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,29 @@
{
"manifest_version": 2,
"name": "LinkedIn Learning captions",
"description": "This extension is used for setting font size in LinkedIn Learning video captions.",
"version": "0.0.0.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"content.js"
],
"matches": [
"https://*/*"
]
}
],
"permissions": [
"activeTab",
"storage"
]
"manifest_version": 2,
"name": "LinkedIn Learning captions",
"description": "This extension is used for setting font size in LinkedIn Learning video captions.",
"version": "0.0.0.3",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"content.js"
],
"matches": [
"https://www.linkedin.com/learning/*"
]
}
],
"permissions": [
"activeTab",
"storage"
]
}

0 comments on commit cecfbef

Please sign in to comment.