11 lines
341 B
JSON
11 lines
341 B
JSON
{
|
|
"background": {
|
|
"persistent": true,
|
|
"scripts": [ "background.js" ]
|
|
},
|
|
"manifest_version": 2,
|
|
"name": "Learnyst Capture",
|
|
"browser_action": {"default_icon": "icon128.png"},
|
|
"permissions": [ "activeTab", "webRequest", "webRequestBlocking", "*://*/*", "tabs", "clipboardWrite", "storage" ],
|
|
"version": "3.0"
|
|
} |