blob: f3ecec82518c4cf125b14a3ad72643a4bd83ab6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"name" : "Block/allow third-party cookies API example extension",
"version" : "0.1",
"description" : "Sample extension which demonstrates how to access a preference.",
"permissions": [ "experimental", "privacy" ],
"browser_action": {
"default_icon": "advicedog.jpg",
"default_popup": "popup.html"
},
"manifest_version": 2
}
|