Skip to content

Commit 9a4b8b7

Browse files
committed
Bump patch version & change id for a public release on AMO
1 parent a699baf commit 9a4b8b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "Dokodemo AniList (Unofficial)",
44
"description": "Bring AniList's search box anywhere",
5-
"version": "0.1.2",
5+
"version": "0.1.3",
66
"permissions": ["activeTab", "contextMenus", "scripting", "storage"],
77
"background": {
88
"scripts": ["background.js"]
@@ -12,14 +12,14 @@
1212
},
1313
"browser_specific_settings": {
1414
"gecko": {
15-
"id": "dokodemo-anilist@4ndrs"
15+
"id": "dokodemo-anilist@4ndrs.dev"
1616
}
1717
},
1818
"host_permissions": ["https://*.anilist.co/*"],
1919
"web_accessible_resources": [
2020
{
2121
"resources": ["content/assets/*"],
22-
"extension_ids": ["dokodemo-anilist@4ndrs"]
22+
"extension_ids": ["dokodemo-anilist@4ndrs.dev"]
2323
}
2424
]
2525
}

0 commit comments

Comments
 (0)