Skip to content

Commit

Permalink
Release v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wseagar committed Mar 16, 2023
1 parent cc92d84 commit 5173d86
Showing 1 changed file with 46 additions and 46 deletions.
92 changes: 46 additions & 46 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
{
"manifest_version": 3,
"name": "Eight Dollars",
"version": "1.5",
"description": "Eight Dollars can help you tell the difference between actual verified accounts and twitter blue users.",
"icons": {
"16": "./assets/16.png",
"32": "./assets/32.png",
"48": "./assets/48.png",
"256": "./assets/256.png",
"512": "./assets/512.png"
},
"content_scripts": [
{
"matches": [
"https://twitter.com/*",
"https://mobile.twitter.com/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"script.js",
"search.js"
],
"matches": [
"https://twitter.com/*",
"https://mobile.twitter.com/*"
]
}
],
"action": {
"default_icon": {
"16": "./assets/16.png",
"32": "./assets/32.png"
},
"default_title": "Eight Dollars - Options",
"default_popup": "options/options.html"
},
"permissions": [
"storage"
]
}
"manifest_version": 3,
"name": "Eight Dollars",
"version": "1.6",
"description": "Eight Dollars can help you tell the difference between actual verified accounts and twitter blue users.",
"icons": {
"16": "./assets/16.png",
"32": "./assets/32.png",
"48": "./assets/48.png",
"256": "./assets/256.png",
"512": "./assets/512.png"
},
"content_scripts": [
{
"matches": [
"https://twitter.com/*",
"https://mobile.twitter.com/*"
],
"js": [
"content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"script.js",
"search.js"
],
"matches": [
"https://twitter.com/*",
"https://mobile.twitter.com/*"
]
}
],
"action": {
"default_icon": {
"16": "./assets/16.png",
"32": "./assets/32.png"
},
"default_title": "Eight Dollars - Options",
"default_popup": "options/options.html"
},
"permissions": [
"storage"
]
}

0 comments on commit 5173d86

Please sign in to comment.