We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f8a2b commit 6f747a5Copy full SHA for 6f747a5
1 file changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"manifest_version": 3,
3
"name": "Feedly Read Later Opener",
4
- "version": "0.2.0",
+ "version": "0.3.0",
5
"description": "Open Feedly Read Later items in background tabs and unsave them.",
6
"icons": {
7
"16": "icons/icon-16.png",
@@ -25,17 +25,8 @@
25
"scripting"
26
],
27
"host_permissions": [
28
- "https://feedly.com/*"
29
- ],
30
- "web_accessible_resources": [
31
- {
32
- "resources": [
33
- "content.js"
34
35
- "matches": [
36
37
- ]
38
- }
+ "https://feedly.com/*",
+ "https://api.feedly.com/*"
39
40
"content_scripts": [
41
0 commit comments